mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 21:07:57 +01:00
Fix typo.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user