Spelling fix.

This commit is contained in:
mccabe%netscape.com 2000-08-11 20:31:17 +00:00
parent 030eab6a54
commit 651f462b43
2 changed files with 2 additions and 2 deletions

View File

@ -2626,7 +2626,7 @@ nsHTMLDocument::GetSelection(nsString& aReturn)
(do_GetService("mozilla.consoleservice.1"));
if (consoleService) {
consoleService->LogStringMessage(NS_ConvertASCIItoUCS2("Depricated method document.getSelection() called, use window.getSelection() in stead!").GetUnicode());
consoleService->LogStringMessage(NS_ConvertASCIItoUCS2("Deprecated method document.getSelection() called. Please use window.getSelection() instead.").GetUnicode());
}
return domSelection->ToString(NS_ConvertASCIItoUCS2("text/plain"), nsIDocumentEncoder::OutputFormatted |nsIDocumentEncoder::OutputSelectionOnly, 0, aReturn);

View File

@ -2626,7 +2626,7 @@ nsHTMLDocument::GetSelection(nsString& aReturn)
(do_GetService("mozilla.consoleservice.1"));
if (consoleService) {
consoleService->LogStringMessage(NS_ConvertASCIItoUCS2("Depricated method document.getSelection() called, use window.getSelection() in stead!").GetUnicode());
consoleService->LogStringMessage(NS_ConvertASCIItoUCS2("Deprecated method document.getSelection() called. Please use window.getSelection() instead.").GetUnicode());
}
return domSelection->ToString(NS_ConvertASCIItoUCS2("text/plain"), nsIDocumentEncoder::OutputFormatted |nsIDocumentEncoder::OutputSelectionOnly, 0, aReturn);