]> granicus.if.org Git - php/commitdiff
instantiated was correct
authorRasmus Lerdorf <rasmus@php.net>
Fri, 30 Dec 2005 17:13:30 +0000 (17:13 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 30 Dec 2005 17:13:30 +0000 (17:13 +0000)
php.ini-dist
php.ini-recommended

index fc4a660311a5b39100b915a7225111980ce9e1ac..426d4c30a10ca674624ace249dfe35e7e9deda72 100644 (file)
@@ -139,7 +139,7 @@ implicit_flush = Off
 
 ; The unserialize callback function will be called (with the undefined class'
 ; name as parameter), if the unserializer finds an undefined class
-; which should be instanciated.
+; which should be instantiated.
 ; A warning appears if the specified function is not defined, or if the
 ; function doesn't include/implement the missing class.
 ; So only set this entry, if you really want to implement such a
index 9fa15ce20edd9e495852b16aae5b21ad9734cb7d..7cab898a9a0033247b90d4d2bd8f253568676764 100644 (file)
@@ -197,7 +197,7 @@ implicit_flush = Off
 
 ; The unserialize callback function will be called (with the undefined class'
 ; name as parameter), if the unserializer finds an undefined class
-; which should be instanciated.
+; which should be instantiated.
 ; A warning appears if the specified function is not defined, or if the
 ; function doesn't include/implement the missing class.
 ; So only set this entry, if you really want to implement such a