From 307f6bbd2bf9707d4db601146854a79a98d3b6b1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 27 Dec 1999 17:37:28 +0000 Subject: Jorge Godoy's translation fixes. svn path=/trunk/; revision=2691 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') 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"); -- cgit v1.2.3