fixing typo in error message. Bug 196449, patch by anedah-9@student.luth.se

(Andre Dahlqvist), r=bernd, sr=bzbarsky
This commit is contained in:
bzbarsky%mit.edu 2003-04-03 05:35:51 +00:00
parent 18ea5a5f2e
commit 7b4226bec8
2 changed files with 2 additions and 2 deletions

View File

@ -3674,7 +3674,7 @@ nsTableFrame::DistributeHeightToRows(nsIPresContext* aPresContext,
}
}
if (divisor <= 0) {
NS_ASSERTION(PR_FALSE, "invlaid divisor");
NS_ERROR("invalid divisor");
return;
}

View File

@ -3674,7 +3674,7 @@ nsTableFrame::DistributeHeightToRows(nsIPresContext* aPresContext,
}
}
if (divisor <= 0) {
NS_ASSERTION(PR_FALSE, "invlaid divisor");
NS_ERROR("invalid divisor");
return;
}