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
This commit is contained in:
pchen%netscape.com
2001-10-18 05:53:25 +00:00
parent 3cb461effc
commit 7c31a815dd

View File

@@ -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.