mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fix typo in assertion message
This commit is contained in:
parent
9c3888a484
commit
5e9bd401e7
@ -607,7 +607,7 @@ static PRBool IsContinuationPlaceholder(nsIFrame* aFrame)
|
||||
static void ReparentFrame(nsIFrame* aFrame, nsIFrame* aOldParent,
|
||||
nsIFrame* aNewParent) {
|
||||
NS_ASSERTION(aOldParent == aFrame->GetParent(),
|
||||
"Parent not consistent with exepectations");
|
||||
"Parent not consistent with expectations");
|
||||
|
||||
aFrame->SetParent(aNewParent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user