aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 467a34b9..0481587a 100644
--- a/imap.c
+++ b/imap.c
@@ -595,7 +595,7 @@ static int do_gssauth(int sock, char *hostname, char *username)
}
to64frombits(buf1, send_token.value, send_token.length);
if (outlevel >= O_DEBUG) {
- report(stdout, _("Requesting authorisation as %s\n"), username);
+ report(stdout, _("Requesting authorization as %s\n"), username);
report(stdout, "IMAP> %s\n",buf1);
}
strcat(buf1, "\r\n");