Bug #23889 --> fix a typo in a printf =) ya'll is technically spelled y'all....

This commit is contained in:
mscott%netscape.com 2000-01-26 01:01:48 +00:00
Родитель a6d76e949e
Коммит 0966a385ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");