Fix assorted typos

This commit is contained in:
Olly Betts
2018-11-30 13:20:47 +13:00
committed by Jeffrey Altman
parent 8d8920b079
commit 7ad6c01a8d
7 changed files with 11 additions and 11 deletions

View File

@@ -133,7 +133,7 @@ echo "Getting ${server} ticket"
${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
echo "Getting *@$R inital ticket (fail)";
echo "Getting *@$R initial ticket (fail)";
${kinit} --password-file=${objdir}/foopassword '*'@$R 2>/dev/null && \
{ ec=1 ; eval "${testfailed}"; }