mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:17:59 +01:00
Fix typos from revision b17138943fa6.
This commit is contained in:
@@ -842,7 +842,7 @@ const Options = Module("options", {
|
||||
},
|
||||
{ promptHighlight: "WarningMsg" });
|
||||
else if (name == "all")
|
||||
command.commandOutput(prefs.list(onlyNonDefault, ""));
|
||||
commandline.commandOutput(prefs.list(onlyNonDefault, ""));
|
||||
else if (reset)
|
||||
prefs.reset(name);
|
||||
else if (invertBoolean)
|
||||
@@ -859,7 +859,7 @@ const Options = Module("options", {
|
||||
prefs.set(name, value);
|
||||
}
|
||||
else
|
||||
command.commandOutput(prefs.list(onlyNonDefault, ""));
|
||||
commandline.commandOutput(prefs.list(onlyNonDefault, name));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user