Commit cec087e02f1 for php.net

commit cec087e02f199470eb2ff3edb7e63701f67041b8
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Fri Dec 19 19:05:52 2025 -0800

    ext/standard/tests/file/windows_mb_path/util.inc: fix typo (#20723)

    "zend.multibyte related stuff" probably doesn't taste too good

    [skip ci]

diff --git a/ext/standard/tests/file/windows_mb_path/util.inc b/ext/standard/tests/file/windows_mb_path/util.inc
index a94e2d75c51..c8f0f6c586c 100644
--- a/ext/standard/tests/file/windows_mb_path/util.inc
+++ b/ext/standard/tests/file/windows_mb_path/util.inc
@@ -90,7 +90,7 @@ function remove_data($id, $dir = NULL)
     }
 }

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