]> eyrie.org Git - kerberos/sident.git/commitdiff
Fix typo in error message.
authorRuss Allbery <rra@stanford.edu>
Sat, 30 Apr 2005 18:03:08 +0000 (18:03 +0000)
committerRuss Allbery <rra@stanford.edu>
Sat, 30 Apr 2005 18:03:08 +0000 (18:03 +0000)
responder/ident_auth.c

index 603c40e416234f7a721cfdcac07e3b60416f5d9d..e3e859cb769ec6adc8bed17dde93643c9231de20 100644 (file)
@@ -339,7 +339,7 @@ krb_is_ticket(char *tf_name, struct ident_auth_data *auth_data)
         || ((stat_buf.st_mode & S_IROTH) == S_IROTH)
         || ((stat_buf.st_mode & S_IWOTH) == S_IWOTH)) {
         if (syslog_flag)
-            syslog(LOG_ALERT, "Incorrect file permissons on %s : %o",
+            syslog(LOG_ALERT, "Incorrect file permissions on %s : %o",
                    tf_name, stat_buf.st_mode);
         return TKT_FIL_ACC ;
     }