mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 13:24:12 +00:00
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:
parent
18ea5a5f2e
commit
7b4226bec8
@ -3674,7 +3674,7 @@ nsTableFrame::DistributeHeightToRows(nsIPresContext* aPresContext,
|
||||
}
|
||||
}
|
||||
if (divisor <= 0) {
|
||||
NS_ASSERTION(PR_FALSE, "invlaid divisor");
|
||||
NS_ERROR("invalid divisor");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -3674,7 +3674,7 @@ nsTableFrame::DistributeHeightToRows(nsIPresContext* aPresContext,
|
||||
}
|
||||
}
|
||||
if (divisor <= 0) {
|
||||
NS_ASSERTION(PR_FALSE, "invlaid divisor");
|
||||
NS_ERROR("invalid divisor");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user