summaryrefslogtreecommitdiff
path: root/ext/ext_skel.php
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-07-29 13:48:35 -0300
committerGabriel Caruso <carusogabriel34@gmail.com>2018-07-29 13:48:35 -0300
commitf2b5ac7963e85deef3afa7fe98122e6017814435 (patch)
tree1d96975e53ccf69971453db7b77070e42496a127 /ext/ext_skel.php
parenta61756252affce3161ed577b12951ca8463d6c4a (diff)
downloadphp-git-f2b5ac7963e85deef3afa7fe98122e6017814435.tar.gz
[ci skip] Fix typo
Diffstat (limited to 'ext/ext_skel.php')
-rwxr-xr-xext/ext_skel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ext_skel.php b/ext/ext_skel.php
index 96f6825a4e..0e22659a6a 100755
--- a/ext/ext_skel.php
+++ b/ext/ext_skel.php
@@ -324,7 +324,7 @@ if ($argc < 1) {
$options = process_args($argv, $argc);
if (!$options['dir'] || !is_dir($options['dir'])) {
- error('The selected output directory does not exists');
+ error('The selected output directory does not exist');
} else if (is_dir($options['dir'] . $options['ext'])) {
error('There is already a folder named "' . $options['ext'] . '" in the output directory');
} else if (!mkdir($options['dir'] . $options['ext'])) {