From 7c31a815dd7869f1528e331fad53a71c19db4628 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 git-svn-id: svn://10.0.0.236/trunk@105669 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp b/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp index f4939c8ee31..e93ffee106a 100644 --- a/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp +++ b/mozilla/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.