1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 08:45:46 +01:00

Fix a typo.

This commit is contained in:
Štěpán Němec
2011-03-02 12:20:42 +01:00
parent 85b6830edb
commit d3e4995db0

View File

@@ -49,7 +49,7 @@ var updateAddons = Class("UpgradeListener", AddonListener, {
init.supercall(this, modules);
util.assert(!addons.length || addons[0].findUpdates,
_("error.unavailible", config.host, services.runtime.version));
_("error.unavailable", config.host, services.runtime.version));
this.remaining = addons;
this.upgrade = [];