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

index 922140d3b17d2e3c80e3c6fab1d8582cf29547ab..e1405ada52b5394c38e7a4b95d50d8b1b73627b5 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 7e863fa6b206365454e3059a82305f1b2403bc7b..9eba2c20a80ea5f6c39a73e26fcd30d9cb992209 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