Skip to content

Commit a6117a8

Browse files
author
Jim Jagielski
committed
Typo in error string
1 parent 894aac6 commit a6117a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache2filter/apache_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, c
8686
static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg)
8787
{
8888
if (apache2_php_ini_path_override) {
89-
return "PHPINIPath is not yet supported in vhost configurations";
89+
return "PHPINIDir is not yet supported in vhost configurations";
9090
}
9191
apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg);
9292
return NULL;

0 commit comments

Comments
 (0)