mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typos in error messages
This commit is contained in:
parent
20cb8f49f9
commit
a88f0c5461
@ -259,7 +259,7 @@ case $RC in
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Compare failed ($RC)!"
|
echo "Modify failed ($RC)!"
|
||||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||||
exit $RC
|
exit $RC
|
||||||
;;
|
;;
|
||||||
@ -485,7 +485,7 @@ case $RC in
|
|||||||
echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
|
echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Compare failed ($RC)!"
|
echo "WhoAmI failed ($RC)!"
|
||||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||||
exit $RC
|
exit $RC
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user