summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/tests/utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/utils.inc b/ext/zip/tests/utils.inc
index 1076cf8bf2..c796437dd4 100644
--- a/ext/zip/tests/utils.inc
+++ b/ext/zip/tests/utils.inc
@@ -27,7 +27,7 @@ function verify_entries($zip, $entries = []) {
return $verified;
}
-/* recursively remove a directoryy */
+/* recursively remove a directory */
function rmdir_rf($dir) {
if ($handle = opendir($dir)) {
while (false !== ($item = readdir($handle))) {