1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:07:58 +01:00

Fix typo.

This commit is contained in:
Kris Maglione
2010-11-12 15:39:49 -05:00
parent 56b3700fb3
commit fd2f40837d

View File

@@ -41,7 +41,7 @@ CommandLineHandler.prototype = {
} }
}, },
helpInfo: " -" + name + " <opts>" + " Additonal options for " + appName + " startup\n".substr(name.length) helpInfo: " -" + name + " <opts>" + " Additional options for " + appName + " startup\n".substr(name.length)
}; };
if (XPCOMUtils.generateNSGetFactory) if (XPCOMUtils.generateNSGetFactory)