From 07cf3ba5c46bf43de7b1ce3278203e357bed19dd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 11 Sep 2010 20:38:02 +1000 Subject: s3-auth Fix typo in comment --- source3/include/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit