summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-09-06 14:05:09 +0200
committerJeremy Allison <jra@samba.org>2017-09-07 05:56:14 +0200
commit1e4c32e3ff7e8dbf6aef12c737c5330273854510 (patch)
tree329910375c4659e398d5983c2d8d2292a2a6560a /auth
parentc754f48575a5034242594762d62261a48025cebc (diff)
downloadsamba-1e4c32e3ff7e8dbf6aef12c737c5330273854510.tar.gz
cli_credentials: Fix a typo
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
Diffstat (limited to 'auth')
-rw-r--r--auth/credentials/credentials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/credentials.c b/auth/credentials/credentials.c
index 152df96ac75..1a4ec535b44 100644
--- a/auth/credentials/credentials.c
+++ b/auth/credentials/credentials.c
@@ -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,