mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Minor grammar
This commit is contained in:
parent
b581f7d860
commit
644821e89f
1 changed files with 1 additions and 1 deletions
|
@ -3132,7 +3132,7 @@ function object_out_dir_option_handle()
|
|||
if (PHP_OBJECT_OUT_DIR.length) {
|
||||
PHP_OBJECT_OUT_DIR = FSO.GetAbsolutePathName(PHP_OBJECT_OUT_DIR);
|
||||
if (!FSO.FolderExists(PHP_OBJECT_OUT_DIR)) {
|
||||
ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
|
||||
ERROR('chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
|
||||
}
|
||||
PHP_OBJECT_OUT_DIR += '\\';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue