Fix typo in comment.
git-svn-id: svn://10.0.0.236/trunk@239112 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1385,7 +1385,7 @@ nsHTMLCopyEncoder::PromoteAncestorChain(nsCOMPtr<nsIDOMNode> *ioNode,
|
||||
else
|
||||
{
|
||||
// passing parent as last param to GetPromotedPoint() allows it to promote only one level
|
||||
// up the heirarchy.
|
||||
// up the hierarchy.
|
||||
rv = GetPromotedPoint( kStart, *ioNode, *ioStartOffset, address_of(frontNode), &frontOffset, parent);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
// then we make the same attempt with the endpoint
|
||||
|
||||
Reference in New Issue
Block a user