mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 16:35:45 +01:00
Fix typo.
This commit is contained in:
@@ -334,7 +334,7 @@ function Options() //{{{
|
|||||||
switch (typeof value)
|
switch (typeof value)
|
||||||
{
|
{
|
||||||
case "string":
|
case "string":
|
||||||
if (type == service["pref"].PREF_INVALID || type == service["prefBranch"].PREF_STRING)
|
if (type == service["pref"].PREF_INVALID || type == service["pref"].PREF_STRING)
|
||||||
service["pref"].setCharPref(name, value);
|
service["pref"].setCharPref(name, value);
|
||||||
else if (type == service["pref"].PREF_INT)
|
else if (type == service["pref"].PREF_INT)
|
||||||
liberator.echoerr("E521: Number required after =: " + name + "=" + value);
|
liberator.echoerr("E521: Number required after =: " + name + "=" + value);
|
||||||
|
|||||||
Reference in New Issue
Block a user