From 09036b4c8667c06ff94eedb8d4fc56ca2e7bf3c3 Mon Sep 17 00:00:00 2001 From: Graeme McCutcheon Date: Thu, 26 Apr 2012 08:51:10 +0100 Subject: [PATCH] No bug - annoying comment typo in nsEditorEventListener.cpp DONTBUILD --- editor/libeditor/base/nsEditorEventListener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/libeditor/base/nsEditorEventListener.cpp b/editor/libeditor/base/nsEditorEventListener.cpp index 35d134da131..4a64b54526d 100644 --- a/editor/libeditor/base/nsEditorEventListener.cpp +++ b/editor/libeditor/base/nsEditorEventListener.cpp @@ -891,7 +891,7 @@ nsEditorEventListener::Focus(nsIDOMEvent* aEvent) nsCOMPtr node = do_QueryInterface(target); NS_ENSURE_TRUE(node, NS_ERROR_UNEXPECTED); - // If the traget is a document node but it's not editable, we should ignore + // If the target is a document node but it's not editable, we should ignore // it because actual focused element's event is going to come. if (node->IsNodeOfType(nsINode::eDOCUMENT) && !node->HasFlag(NODE_IS_EDITABLE)) {