Fix log message.
authorScott Cantor <cantor.2@osu.edu>
Tue, 13 Mar 2007 16:39:24 +0000 (16:39 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 13 Mar 2007 16:39:24 +0000 (16:39 +0000)
apache/mod_apache.cpp

index df7628b..aab8433 100644 (file)
@@ -886,7 +886,7 @@ bool htAccessControl::authorized(
                             }
                             else {
                                 st->log(ShibTarget::LogLevelDebug, string("htAccessControl plugin expecting ") + w +
-                                    ", got " + val + ": authoritzation not granted.");
+                                    ", got " + val + ": authorization not granted.");
                             }
                         }
                     }