sniper          Fri Dec 30 12:20:39 2005 EDT

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  typofixes
  
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.240&r2=1.241&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.240 php-src/php.ini-dist:1.241
--- php-src/php.ini-dist:1.240  Wed Dec 21 22:44:04 2005
+++ php-src/php.ini-dist        Fri Dec 30 12:20:39 2005
@@ -139,7 +139,7 @@
 
 ; 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
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-recommended?r1=1.189&r2=1.190&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.189 php-src/php.ini-recommended:1.190
--- php-src/php.ini-recommended:1.189   Wed Dec 21 22:44:04 2005
+++ php-src/php.ini-recommended Fri Dec 30 12:20:39 2005
@@ -1175,7 +1175,7 @@
 ; registered as output buffer to function
 ;mbstring.http_output = SJIS
 
-; enable automatic encoding translation accoding to
+; enable automatic encoding translation according to
 ; mbstring.internal_encoding setting. Input chars are
 ; converted to internal encoding by setting this to On.
 ; Note: Do _not_ use automatic encoding translation for

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to