Skip to content

Commit

Permalink
Minor grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Nov 20, 2016
1 parent b581f7d commit 644821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/confutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 644821e

Please sign in to comment.