summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-30 12:20:39 +0000
committerfoobar <sniper@php.net>2005-12-30 12:20:39 +0000
commit7b980c6f957660c0c781cdf01596388907b16188 (patch)
treefe6593c59aaf37fa2199053deb7022ba990fc079 /php.ini-dist
parent66ae043208768fabfdaa0b28e47ca6a791192d39 (diff)
downloadphp-git-7b980c6f957660c0c781cdf01596388907b16188.tar.gz
typofixes
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 426d4c30a1..fc4a660311 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 instantiated.
+; which should be instanciated.
; 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