Skip to content

Commit cec087e

Browse files
ext/standard/tests/file/windows_mb_path/util.inc: fix typo (#20723)
"zend.multibyte related stuff" probably doesn't taste too good [skip ci]
1 parent 420f3dc commit cec087e

File tree

1 file changed

+1
-1
lines changed
  • ext/standard/tests/file/windows_mb_path

1 file changed

+1
-1
lines changed

ext/standard/tests/file/windows_mb_path/util.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function remove_data($id, $dir = NULL)
9090
}
9191
}
9292

93-
/* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
93+
/* Keep this file ASCII, so zend.multibyte related stuff can be tested as well. */
9494
include __DIR__ . DIRECTORY_SEPARATOR . "util_utf8.inc";
9595
function create_data($id, $item = "", $cp = 65001)
9696
{

0 commit comments

Comments
 (0)