diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 20:38:02 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 22:32:43 +1000 |
commit | 07cf3ba5c46bf43de7b1ce3278203e357bed19dd (patch) | |
tree | 85bb5cf1669ca1ad097114029e6d0f3365a90dc3 /source3/include | |
parent | 6d6158617ce55426e7753d37cb96bd4705ee1054 (diff) | |
download | samba-07cf3ba5c46bf43de7b1ce3278203e357bed19dd.tar.gz samba-07cf3ba5c46bf43de7b1ce3278203e357bed19dd.tar.bz2 samba-07cf3ba5c46bf43de7b1ce3278203e357bed19dd.zip |
s3-auth Fix typo in comment
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 2 |
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; |