fix spelling errors reported by Fossies.

(cherry picked from commit ba0313e649)
This commit is contained in:
Evan Hunt
2020-02-20 14:49:36 -08:00
parent d133acc8bb
commit 11a0d771f9
169 changed files with 360 additions and 360 deletions

View File

@@ -534,8 +534,8 @@ done
ret=0
echo_i "check that 'nsupdate -l' with a missing keyfile reports the missing file"
$NSUPDATE -4 -p ${PORT} -l -k ns1/nonexistant.key 2> nsupdate.out < /dev/null
grep ns1/nonexistant.key nsupdate.out > /dev/null || ret=1
$NSUPDATE -4 -p ${PORT} -l -k ns1/nonexistent.key 2> nsupdate.out < /dev/null
grep ns1/nonexistent.key nsupdate.out > /dev/null || ret=1
if test $ret -ne 0
then
echo_i "failed"; status=1