]> granicus.if.org Git - php/commitdiff
Typo in error string
authorJim Jagielski <jimjag@php.net>
Mon, 22 Apr 2002 20:00:41 +0000 (20:00 +0000)
committerJim Jagielski <jimjag@php.net>
Mon, 22 Apr 2002 20:00:41 +0000 (20:00 +0000)
sapi/apache2filter/apache_config.c

index 6f9003bb6209444062eb7bf87c3e14ad99b2029f..c47999e7efd18aac62a01724a14eda9f52e9c833 100644 (file)
@@ -86,7 +86,7 @@ static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, c
 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg)
 {
        if (apache2_php_ini_path_override) {
-               return "PHPINIPath is not yet supported in vhost configurations";
+               return "PHPINIDir is not yet supported in vhost configurations";
        }
        apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg);
        return NULL;