mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
Minor grammar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user