summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2005-12-30 17:13:30 +0000
committerRasmus Lerdorf <rasmus@php.net>2005-12-30 17:13:30 +0000
commit577cdcfa2727bcf6429317739e78aa80ab9f4555 (patch)
tree6cd57e677bfb6479470c847660ebd4caa2c9aca4
parent6b35e2ed19d893e847c8cd913bf1e0047f130a2e (diff)
downloadphp-git-577cdcfa2727bcf6429317739e78aa80ab9f4555.tar.gz
instantiated was correct
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-recommended2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index fc4a660311..426d4c30a1 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -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
diff --git a/php.ini-recommended b/php.ini-recommended
index 9fa15ce20e..7cab898a9a 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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