From 12ba1db89cd8ff5402ab5863884c7cc1d2de3931 Mon Sep 17 00:00:00 2001 From: "pchen%netscape.com" Date: Thu, 18 Oct 2001 05:53:25 +0000 Subject: [PATCH] 91074, r=gerv, rs=ben, fix typo of Hypertext to HyperText --- xpfe/components/winhooks/nsWindowsHooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/components/winhooks/nsWindowsHooks.cpp b/xpfe/components/winhooks/nsWindowsHooks.cpp index f4939c8ee31..e93ffee106a 100644 --- a/xpfe/components/winhooks/nsWindowsHooks.cpp +++ b/xpfe/components/winhooks/nsWindowsHooks.cpp @@ -83,7 +83,7 @@ static FileTypeRegistryEntry xul( xulExts, "MozillaXUL", "Mozilla XUL File Document" ); static EditableFileTypeRegistryEntry - mozillaMarkup( htmExts, "MozillaHTML", "Mozilla Hypertext Markup Language Document" ); + mozillaMarkup( htmExts, "MozillaHTML", "Mozilla HyperText Markup Language Document" ); // Implementation of the nsIWindowsHooksSettings interface. // Use standard implementation of nsISupports stuff.