]> granicus.if.org Git - php/commitdiff
Update php_ini.c
authorElan Ruusamäe <glen@delfi.ee>
Tue, 10 Nov 2015 22:06:06 +0000 (00:06 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 10 Nov 2015 22:06:06 +0000 (00:06 +0200)
trivial typo fix

main/php_ini.c

index 17d4e31aeb8cd0a0e89a70b9978c818407b22913..1748199bb555bb04a48d0a55857c33489a240a68 100644 (file)
@@ -638,7 +638,7 @@ int php_init_config(void)
                        }
                        if (!debpath[0]) {
                                /* empty string means default builtin value
-                                  to allow "/foo/phd.d:" or ":/foo/php.d" */
+                                  to allow "/foo/php.d:" or ":/foo/php.d" */
                                debpath = PHP_CONFIG_FILE_SCAN_DIR;
                        }
                        lenpath = (int)strlen(debpath);