Commit:    c6f6bf88d8c660f7dcb412b0d5049d376e3a5d36
Author:    Carson McDonald <car...@ioncannon.net>         Tue, 12 Mar 2013 
04:15:50 -0400
Committer: David Soria Parra <d...@php.net>      Tue, 19 Mar 2013 15:11:34 +0100
Parents:   7687b8b81c599b0374cb902e9dd812d2cfc12efd
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=c6f6bf88d8c660f7dcb412b0d5049d376e3a5d36

Log:
Fix typos

Changed paths:
  M  main/php_ini.c


Diff:
diff --git a/main/php_ini.c b/main/php_ini.c
index b15a384..bceb6e5 100644
--- a/main/php_ini.c
+++ b/main/php_ini.c
@@ -290,7 +290,7 @@ static void php_ini_parser_cb(zval *arg1, zval *arg2, zval 
*arg3, int callback_t
                                        is_special_section = 1;
                                        has_per_dir_config = 1;
 
-                                       /* make the path lowercase on Windows, 
for case insensitivty. Does nothign for other platforms */
+                                       /* make the path lowercase on Windows, 
for case insensitivity. Does nothing for other platforms */
                                        TRANSLATE_SLASHES_LOWER(key);
 
                                /* HOST sections */


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

Reply via email to