summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2005-12-30 17:15:55 +0000
committerRasmus Lerdorf <rasmus@php.net>2005-12-30 17:15:55 +0000
commitc7d2d2a689bc8d8508506e15b99e867e0fd8064c (patch)
treeb0a765772f6ed1a7354114024e7c09eb72f1ab2e /php.ini-recommended
parentc2c7bc6a10d180eb45f286fe2bf2df566f9eb2ce (diff)
downloadphp-git-c7d2d2a689bc8d8508506e15b99e867e0fd8064c.tar.gz
MFH - instantiated is correct
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 7e863fa6b2..9eba2c20a8 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