summaryrefslogtreecommitdiff
path: root/ext/dba/install_cdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/install_cdb.sh')
-rwxr-xr-xext/dba/install_cdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/install_cdb.sh b/ext/dba/install_cdb.sh
index ce5f3cc856..86961614b0 100755
--- a/ext/dba/install_cdb.sh
+++ b/ext/dba/install_cdb.sh
@@ -1,10 +1,10 @@
#! /bin/sh
# You can use this script if you want to use an external cdb lib. If you
-# compile php using --with-cdb the internal functions will be used and no
+# compile php using --with-cdb the internal functions will be used and no
# external library is used so that this script is not necessary.
#
-# cdb-0.75 lacks support for installing header files and creating a
+# cdb-0.75 lacks support for installing header files and creating a
# library which programs can link against. This shell script fills
# the gap.
#