Fix magical text that appeared. r=me No Bug

This commit is contained in:
Kyle Huey 2012-05-16 15:12:11 -07:00
Родитель 44a6e9eb0b
Коммит 0ceb106711
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -112,7 +112,7 @@ public:
void OnError()
{
NS_ASSERTION(mTransaction->IsAborted(), "How elsehttps://bugzilla.mozilla.org/attachment.cgi?id=616806 can this fail?!");
NS_ASSERTION(mTransaction->IsAborted(), "How else can this fail?!");
}
private: