diff options
Diffstat (limited to 'source3')
-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; |