cli_credentials: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 6 Sep 2017 12:05:09 +0000 (14:05 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 7 Sep 2017 03:56:14 +0000 (05:56 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Sep  7 05:56:14 CEST 2017 on sn-devel-144

auth/credentials/credentials.c

index 152df96ac750dceaf3399a4d46d1d8bbcdee830f..1a4ec535b44260374547e18bdaa55a620442e1cb 100644 (file)
@@ -684,7 +684,7 @@ _PUBLIC_ const char *cli_credentials_get_realm(struct cli_credentials *cred)
 
 /**
  * Set the realm for this credentials context, and force it to
- * uppercase for the sainity of our local kerberos libraries 
+ * uppercase for the sanity of our local kerberos libraries
  */
 _PUBLIC_ bool cli_credentials_set_realm(struct cli_credentials *cred, 
                               const char *val,