Bug 106386 Correct misspellings in source code

patch by ajvincent@juno.com r=darin sr=darin
This commit is contained in:
timeless%mozdev.org 2003-10-30 19:27:47 +00:00
parent b0b54087be
commit 7f3690d97d

View File

@ -495,7 +495,7 @@ void nsTimerImpl::PostTimerEvent()
PRThread *thread;
nsresult rv = mCallingThread->GetPRThread(&thread);
if (NS_FAILED(rv)) {
NS_WARNING("Droping timer event because thread is dead");
NS_WARNING("Dropping timer event because thread is dead");
return;
}