summaryrefslogtreecommitdiffstats
path: root/src/slave
diff options
context:
space:
mode:
Diffstat (limited to 'src/slave')
-rw-r--r--src/slave/kprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slave/kprop.c b/src/slave/kprop.c
index a5842d34b..742bf7ace 100644
--- a/src/slave/kprop.c
+++ b/src/slave/kprop.c
@@ -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);
}