summaryrefslogtreecommitdiffstats
path: root/kinit/lnusertemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kinit/lnusertemp.c')
-rw-r--r--kinit/lnusertemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/lnusertemp.c b/kinit/lnusertemp.c
index 19851f884..fdbf8ae0b 100644
--- a/kinit/lnusertemp.c
+++ b/kinit/lnusertemp.c
@@ -109,7 +109,7 @@ int build_link(const char *tmp_prefix, const char *kde_prefix, int kdehostname)
pw_ent = getpwuid(uid);
if (!pw_ent)
{
- fprintf(stderr, "Error: Can not tqfind password entry for uid %d.\n", getuid());
+ fprintf(stderr, "Error: Can not find password entry for uid %d.\n", getuid());
return 1;
}