mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Bug #23889 --> fix a typo in a printf =) ya'll is technically spelled y'all....
This commit is contained in:
parent
a6d76e949e
commit
0966a385ee
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user