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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user