Fix typo in comment.

git-svn-id: svn://10.0.0.236/trunk@239112 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-11-10 00:02:23 +00:00
parent e255db4c61
commit d1dcb7784d

View File

@@ -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