summaryrefslogtreecommitdiff
path: root/ext/spl/examples/phar_from_dir.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/phar_from_dir.php')
-rwxr-xr-xext/spl/examples/phar_from_dir.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/phar_from_dir.php b/ext/spl/examples/phar_from_dir.php
index 2ee15ca1e6..d75788e840 100755
--- a/ext/spl/examples/phar_from_dir.php
+++ b/ext/spl/examples/phar_from_dir.php
@@ -9,7 +9,7 @@
*
* Usage: php phar_create_from_dir.php \<archive\> \<directory\> [\<regex\>]
*
- * Create phar archive \<archive\> using entries from \<directory\> that
+ * Create phar archive \<archive\> using entries from \<directory\> that
* optionally match \<regex\>.
*/