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 {