From 060825d5c7ea3c22e68fed53b7c75e5ec0818aa3 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Thu, 15 Jun 2000 06:18:08 +0000 Subject: [PATCH] fixing bug #42203. Typo in xpinstall.properties string. a=leaf r=sgehani git-svn-id: svn://10.0.0.236/trunk@72290 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/src/nsInstallResources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpinstall/src/nsInstallResources.cpp b/mozilla/xpinstall/src/nsInstallResources.cpp index ab1c541df44..99d40d248c0 100644 --- a/mozilla/xpinstall/src/nsInstallResources.cpp +++ b/mozilla/xpinstall/src/nsInstallResources.cpp @@ -62,7 +62,7 @@ static nsXPIResourceTableItem XPIResTable[] = { "WindowsShortcut", "Windows Shortcut: %s" }, { "MacAlias", "Mac Alias: %s" }, { "WindowsRegisterServer", "Windows Register Server: %s" }, - { "UnknownFileOpCommand", "Unkown file operation command!" }, + { "UnknownFileOpCommand", "Unknown file operation command!" }, // XXX FileOp*() action strings // XXX WinReg and WinProfile action strings