1
0
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:
Kalle Sommer Nielsen
2016-11-20 21:25:25 +01:00
parent b581f7d860
commit 644821e89f

View File

@@ -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 {