From 8ab1d45495596a7871df56219b6070271dcbd1cb Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 3 Oct 2001 00:42:38 +0000 Subject: [PATCH] Fixed comment spelling as suggested by kin for bug 93475, r/s=kin git-svn-id: svn://10.0.0.236/trunk@104494 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsEditorShell.cpp | 2 +- mozilla/editor/composer/src/nsEditorShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/editor/base/nsEditorShell.cpp b/mozilla/editor/base/nsEditorShell.cpp index cb7e516ce05..64bf8061597 100644 --- a/mozilla/editor/base/nsEditorShell.cpp +++ b/mozilla/editor/base/nsEditorShell.cpp @@ -5200,7 +5200,7 @@ nsresult nsEditorShell::EndPageLoad(nsIDOMWindow *aDOMWindow, } // Network code pops up an alert dialog if file wasn't found, // so we don't need to - //TODO: Would it be possible to simple change channel URL to "about:blank" + //TODO: Would it be possible to simply change channel URL to "about:blank" // so we leave window up with empty page instead of closing it? if (mCantEditReason != eCantEditFileNotFound) { diff --git a/mozilla/editor/composer/src/nsEditorShell.cpp b/mozilla/editor/composer/src/nsEditorShell.cpp index cb7e516ce05..64bf8061597 100644 --- a/mozilla/editor/composer/src/nsEditorShell.cpp +++ b/mozilla/editor/composer/src/nsEditorShell.cpp @@ -5200,7 +5200,7 @@ nsresult nsEditorShell::EndPageLoad(nsIDOMWindow *aDOMWindow, } // Network code pops up an alert dialog if file wasn't found, // so we don't need to - //TODO: Would it be possible to simple change channel URL to "about:blank" + //TODO: Would it be possible to simply change channel URL to "about:blank" // so we leave window up with empty page instead of closing it? if (mCantEditReason != eCantEditFileNotFound) {