Commit 81ef9770be1 for php.net
commit 81ef9770be193c64f068a4abd9d0232484bfdd97
Author: Djim Schaap <93537121+DjimSchaap@users.noreply.github.com>
Date: Wed Feb 4 23:03:29 2026 +0100
Fix typo in writing-tests.rst (GH-21133)
diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst
index 8c4e0535763..dae6c1d861e 100644
--- a/docs/source/miscellaneous/writing-tests.rst
+++ b/docs/source/miscellaneous/writing-tests.rst
@@ -235,7 +235,7 @@ and not in the INI section. This is because of the order in which settings are c
date_default_timezone_set() -> TZ environmental -> INI setting -> System Setting
-If a TZ environmental varaibale is found the INI setting will be ignored.
+If a TZ environmental variable is found the INI setting will be ignored.
Tests that run, or only have have matching EXPECT output, on 32bit platforms can use a SKIPIF
section like: