From fd2f40837d1715416456a92abb4ad2825508644a Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 12 Nov 2010 15:39:49 -0500 Subject: [PATCH] Fix typo. --- common/components/commandline-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/components/commandline-handler.js b/common/components/commandline-handler.js index c0b9554c..fa60f73c 100644 --- a/common/components/commandline-handler.js +++ b/common/components/commandline-handler.js @@ -41,7 +41,7 @@ CommandLineHandler.prototype = { } }, - helpInfo: " -" + name + " " + " Additonal options for " + appName + " startup\n".substr(name.length) + helpInfo: " -" + name + " " + " Additional options for " + appName + " startup\n".substr(name.length) }; if (XPCOMUtils.generateNSGetFactory)