Minor typo/grammar fixes

This commit is contained in:
Quanah Gibson-Mount
2017-03-10 12:37:16 -08:00
committed by Roland C. Dowdeswell
parent 28b6b96e09
commit 7c16ce3457
34 changed files with 40 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ EGREP="@EGREP@"
default_db_type=@default_db_type@
db_type=${1:-${default_db_type}}
# If there is no useful db support compile in, disable test
# If there is no useful db support compiled in, disable test
./have-db || exit 77
R=EXAMPLE.ORG

View File

@@ -41,7 +41,7 @@ db_type=${1:-${default_db_type}}
testfailed="echo test failed; cat messages.log; exit 1"
# If there is no useful db support compile in, disable test
# If there is no useful db support compiled in, disable test
../db/have-db || exit 77
R=TEST.H5L.SE

View File

@@ -37,7 +37,7 @@
srcdir="@srcdir@"
objdir="@objdir@"
# If there is no useful db support compile in, disable test
# If there is no useful db support compiled in, disable test
./have-db || exit 77
R=EXAMPLE.ORG