1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 01:14:10 +01:00

Fix typo.

This commit is contained in:
anekos
2008-12-21 15:40:12 +09:00
parent 8f49dd3b4b
commit 9ac029441f

View File

@@ -334,7 +334,7 @@ function Options() //{{{
switch (typeof value)
{
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);
else if (type == service["pref"].PREF_INT)
liberator.echoerr("E521: Number required after =: " + name + "=" + value);