diff options
Diffstat (limited to 'dcop/KDE-ICE/iceauth.c')
-rw-r--r-- | dcop/KDE-ICE/iceauth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/KDE-ICE/iceauth.c b/dcop/KDE-ICE/iceauth.c index f8bb87785..72297ceb5 100644 --- a/dcop/KDE-ICE/iceauth.c +++ b/dcop/KDE-ICE/iceauth.c @@ -135,7 +135,7 @@ char **errorStringRet; if (!data) { const char *tempstr = - "Could not tqfind correct MIT-MAGIC-COOKIE-1 authentication"; + "Could not find correct MIT-MAGIC-COOKIE-1 authentication"; *errorStringRet = (char *) malloc (strlen (tempstr) + 1); if (*errorStringRet) @@ -243,7 +243,7 @@ char **errorStringRet; /* * We should never get here because in the ConnectionReply * we should have passed all the valid methods. So we should - * always tqfind a valid entry. + * always find a valid entry. */ const char *tempstr = |