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

@@ -59,7 +59,7 @@ testfailed="echo test failed; exit 1"
KRB5_CONFIG="${objdir}/krb5.conf"
export KRB5_CONFIG
# If there is no ldap support compile in, disable test
# If there is no ldap support compiled in, disable test
if ${kdc} --builtin-hdb | grep ldap > /dev/null ; then
:
else