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

index da98f67bee95c746604667a38b3f9032c7760069..da5afc9d8f86c63aac391766cb32b3ad335b0d48 100644 (file)
@@ -130,7 +130,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 98f4603ad8906be0868adf2b98b47943f5a1baab..1311815a8dc488c1d8c2c329aa7497fc04787e78 100644 (file)
@@ -143,7 +143,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 c6aee942ab609b3573d0d3841a5ad2b4921fa4b9..458ab8ecac32476055af00cf107c02176c60eb20 100755 (executable)
@@ -33,7 +33,7 @@
 
 /*
  * TODO:
- * - do not test PEAR components if base class and/or component class cannot be instanciated
+ * - do not test PEAR components if base class and/or component class cannot be instantiated
  */