summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-11 20:38:02 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 22:32:43 +1000
commit07cf3ba5c46bf43de7b1ce3278203e357bed19dd (patch)
tree85bb5cf1669ca1ad097114029e6d0f3365a90dc3 /source3/include/auth.h
parent6d6158617ce55426e7753d37cb96bd4705ee1054 (diff)
downloadsamba-07cf3ba5c46bf43de7b1ce3278203e357bed19dd.tar.gz
samba-07cf3ba5c46bf43de7b1ce3278203e357bed19dd.tar.bz2
samba-07cf3ba5c46bf43de7b1ce3278203e357bed19dd.zip
s3-auth Fix typo in comment
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 94bd026709..a123a3b59b 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -43,7 +43,7 @@ struct auth_serversupplied_info {
* and is set from the Kerberos session key using
* krb5_auth_con_getremotesubkey().
*
- * Bootom line, it is not the same as the session keys in info3.
+ * Bottom line, it is not the same as the session keys in info3.
*/
DATA_BLOB user_session_key;