]> granicus.if.org Git - php/commitdiff
Fix typo: unitialized -> uninitialized
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 1 Apr 2015 15:19:09 +0000 (18:19 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 1 Apr 2015 15:19:09 +0000 (18:19 +0300)
Zend/tests/bug43201.phpt

index 89e1b667276ddaf6fe3840f033dff374578fd55b..53bb5ba98d87f502bd3bec9cc6bb140d1fe30fba 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #43201 (Crash on using unitialized vals and __get/__set)
+Bug #43201 (Crash on using uninitialized vals and __get/__set)
 --FILE--
 <?php
 class Foo {