summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug68335.phpt
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-12-21 11:58:00 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-12-21 11:58:00 +0100
commitdabc28d18245086a68c88d50dfba380ebd60a236 (patch)
tree9f23d7cca41aa9937bfa0043169bf31d1bda5715 /ext/standard/tests/file/bug68335.phpt
parenteff56f83af27c7bf230fc5f62ae2d53c1d092972 (diff)
downloadphp-git-dabc28d18245086a68c88d50dfba380ebd60a236.tar.gz
Fix #78880: Spelling error report
We fix the most often occuring typos according to a recent codespell report[1] in tests, code comments and documentation. [1] <https://fossies.org/linux/test/php-src-master-f8f48ce.191129.tar.gz/codespell.html>.
Diffstat (limited to 'ext/standard/tests/file/bug68335.phpt')
-rw-r--r--ext/standard/tests/file/bug68335.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug68335.phpt b/ext/standard/tests/file/bug68335.phpt
index b3a8165e5b..bb5f597fca 100644
--- a/ext/standard/tests/file/bug68335.phpt
+++ b/ext/standard/tests/file/bug68335.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #68335: rmdir doesnt work with file:// stream wrapper
+Bug #68335: rmdir doesn't work with file:// stream wrapper
--FILE--
<?php
$dir = 'file://' . __DIR__ . '/testDir';