summaryrefslogtreecommitdiff
path: root/main/php_ini.c
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2015-11-11 00:06:06 +0200
committerElan Ruusamäe <glen@delfi.ee>2015-11-11 00:06:06 +0200
commit694570ab54d9f426323c3876671167d313324efe (patch)
tree10920d4d0e8a279ebea8f17ab865222a74dd7002 /main/php_ini.c
parentbaf97b1fcc0f8458955f33bcfd325e3130e1161f (diff)
downloadphp-git-694570ab54d9f426323c3876671167d313324efe.tar.gz
Update php_ini.c
trivial typo fix
Diffstat (limited to 'main/php_ini.c')
-rw-r--r--main/php_ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_ini.c b/main/php_ini.c
index 17d4e31aeb..1748199bb5 100644
--- a/main/php_ini.c
+++ b/main/php_ini.c
@@ -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);