]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Anyone for legible error messages? [This disaster was my creation, so
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 11 Jun 2001 13:43:46 +0000 (13:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 11 Jun 2001 13:43:46 +0000 (13:43 +0000)
  I'm happy to criticize it.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89332 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_userdir.c

index 9edcff1d8fb8fcc00b5d826a7d15a8562923b318..22a3ba17740a87e0aea5885408079fe4c1d3b602 100644 (file)
@@ -175,8 +175,8 @@ static const char *set_user_dir(cmd_parms *cmd, void *dummy, char *arg)
                    "file path";
 #else
             if (strchr(arg, '*'))
-                 return "UserDir cannot specify a both a relative path and "
-                        "'*' substitution";
+                 return "UserDir cannot specify '*' substitution within a "
+                        "relative path";
 #endif
         s_cfg->userdir = ap_pstrdup(cmd->pool, arg);
 #if defined(WIN32) || defined(OS2) || defined(NETWARE)