fixing typo in comment. no bug, r+sr=bz

This commit is contained in:
cbiesinger%web.de 2004-10-30 22:45:33 +00:00
Родитель 1abdd2a93a
Коммит d82c467e53
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -199,7 +199,7 @@ NS_IMETHODIMP nsMetaCharsetObserver::Notify(
return NS_ERROR_ILLEGAL_VALUE;
if(kCharsetFromMetaTag <= src)
return NS_OK; // current charset have higher priority. do bother to do the following
return NS_OK; // current charset has higher priority. don't bother to do the following
PRInt32 i;
const PRUnichar *httpEquivValue=nsnull;