summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-10-18 09:44:12 +0000
committerWez Furlong <wez@php.net>2003-10-18 09:44:12 +0000
commite41125d052890538f3fa42354e7901afaa119e27 (patch)
treeac26839e83f58822a8b2fb15a2794fc42d8aeaa3
parent5be79b203be2e5dfd08938b2eec8cabe8893ce20 (diff)
downloadphp-git-e41125d052890538f3fa42354e7901afaa119e27.tar.gz
chech -> check
-rwxr-xr-xext/ext_skel2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ext_skel b/ext/ext_skel
index 341587fa32..84a7d69144 100755
--- a/ext/ext_skel
+++ b/ext/ext_skel
@@ -150,7 +150,7 @@ if test "\$PHP_$EXTNAME" != "no"; then
dnl # --with-$extname -> add include path
dnl PHP_ADD_INCLUDE(\$${EXTNAME}_DIR/include)
- dnl # --with-$extname -> chech for lib and symbol presence
+ dnl # --with-$extname -> check for lib and symbol presence
dnl LIBNAME=$extname # you may want to change this
dnl LIBSYMBOL=$extname # you most likely want to change this