Bug 581576 fix a nit of previous check-in, r+a=pending

This commit is contained in:
Masayuki Nakano 2010-08-11 18:19:34 +09:00
Родитель 28997f6ec8
Коммит 674565afd9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -368,7 +368,7 @@ nsEditor::GetDesiredSpellCheckState()
return PR_FALSE; // Spellchecking forced off globally
}
if (CanEnableSpellCheck()) {
if (!CanEnableSpellCheck()) {
return PR_FALSE;
}