Fix assorted typos
This commit is contained in:

committed by
Jeffrey Altman

parent
8d8920b079
commit
7ad6c01a8d
@@ -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}"; }
|
||||
|
||||
|
Reference in New Issue
Block a user