]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo
authorMartin Kraemer <martin@apache.org>
Tue, 5 Nov 2002 09:44:53 +0000 (09:44 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 5 Nov 2002 09:44:53 +0000 (09:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97403 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_auth.c

index f21683ce76c238414900bd0ab437e809b54342d5..30b532e3c20987188d89bdebf80eb235274a69ca 100644 (file)
@@ -280,7 +280,7 @@ static int check_user_access(request_rec *r)
        if (strcmp(w, "file-owner") == 0) {
 #if defined(WIN32) || defined(NETWARE) || defined(OS2)
             ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, r,
-                          "'Require file-user' not supported "
+                          "'Require file-owner' not supported "
                           "on this platform, ignored");
             continue;
 #else