fix spelling error
authorMark Eichin <eichin@mit.edu>
Tue, 9 Apr 1996 23:00:06 +0000 (23:00 +0000)
committerMark Eichin <eichin@mit.edu>
Tue, 9 Apr 1996 23:00:06 +0000 (23:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7774 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/kprop.c

index a5842d34bead00c71d6537d297cee5cf7ef7344d..742bf7ace3175747ec553b55d1f6278d1593c1a7 100644 (file)
@@ -233,7 +233,7 @@ void get_tickets(context)
        (void) mktemp(tkstring);
        sprintf(buf, "FILE:%s", tkstring);
        if (retval = krb5_cc_resolve(context, buf, &ccache)) {
-               com_err(progname, retval, "while opening crednetials cache %s",
+               com_err(progname, retval, "while opening credential cache %s",
                        buf);
                exit(1);
        }