1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 05:04:11 +01:00

Fix a typo.

--HG--
branch : mode-refactoring
This commit is contained in:
Štěpán Němec
2010-10-09 12:24:43 +02:00
parent a682373e27
commit 29448adaa6

View File

@@ -1519,7 +1519,7 @@ const Dactyl = Module("dactyl", {
perm: "disable"
},
{
name: "extu[update]",
name: "extu[pdate]",
description: "Update an extension",
actions: updateAddons,
filter: function ({ item }) !item.userDisabled,