auth/credentials: Fix typos
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 28 Feb 2023 04:00:57 +0000 (17:00 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 01:07:36 +0000 (01:07 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/credentials.c

index 917b05a547a6af0f48e66536bca3a3ee940b7696..521951ff957d7983bea371914f173a9372c4d162 100644 (file)
@@ -1619,7 +1619,7 @@ _PUBLIC_ bool cli_credentials_set_smb_signing(struct cli_credentials *creds,
  * @param[in]  creds  The credential structure to obtain the SMB signing state
  *                    from.
  *
- * @return The SMB singing state.
+ * @return The SMB signing state.
  */
 _PUBLIC_ enum smb_signing_setting
 cli_credentials_get_smb_signing(struct cli_credentials *creds)
@@ -1658,7 +1658,7 @@ cli_credentials_set_smb_ipc_signing(struct cli_credentials *creds,
  * @param[in]  creds  The credential structure to obtain the SMB IPC signing
  *                    state from.
  *
- * @return The SMB singing state.
+ * @return The SMB signing state.
  */
 _PUBLIC_ enum smb_signing_setting
 cli_credentials_get_smb_ipc_signing(struct cli_credentials *creds)
@@ -1858,7 +1858,7 @@ _PUBLIC_ void cli_credentials_dump(struct cli_credentials *creds)
  * @param[in]  creds  The credential structure to obtain the SMB encryption state
  *                    from.
  *
- * @return The SMB singing state.
+ * @return The SMB signing state.
  */
 _PUBLIC_ enum smb_encryption_setting
 cli_credentials_get_smb_encryption(struct cli_credentials *creds)