From d1dcb7784d2d904803758797ed45127741d970e7 Mon Sep 17 00:00:00 2001 From: "jruderman%hmc.edu" Date: Sat, 10 Nov 2007 00:02:23 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: svn://10.0.0.236/trunk@239112 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/base/src/nsDocumentEncoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/base/src/nsDocumentEncoder.cpp b/mozilla/content/base/src/nsDocumentEncoder.cpp index f58425615c0..1849486f7a0 100644 --- a/mozilla/content/base/src/nsDocumentEncoder.cpp +++ b/mozilla/content/base/src/nsDocumentEncoder.cpp @@ -1385,7 +1385,7 @@ nsHTMLCopyEncoder::PromoteAncestorChain(nsCOMPtr *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