From 0966a385eeaf258740d72262e16af277d0e5ffe3 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Wed, 26 Jan 2000 01:01:48 +0000 Subject: [PATCH] Bug #23889 --> fix a typo in a printf =) ya'll is technically spelled y'all.... --- mailnews/local/src/nsPop3Sink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/local/src/nsPop3Sink.cpp b/mailnews/local/src/nsPop3Sink.cpp index dd43c3a77f43..8e3e11e37e59 100644 --- a/mailnews/local/src/nsPop3Sink.cpp +++ b/mailnews/local/src/nsPop3Sink.cpp @@ -419,7 +419,7 @@ nsPop3Sink::SetBiffStateAndUpdateFE(PRUint32 aBiffState, PRInt32 numNewMessages) printf("Excuse me, Sir. I have no idea.\n"); break; case nsMsgBiffState_NewMail: - printf("Ya'll got mail!\n"); + printf("Y'all got mail!\n"); break; case nsMsgBiffState_NoMail: printf("You have no mail.\n");