aboutsummaryrefslogtreecommitdiff
path: root/widgets/pkg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/pkg.lua')
-rw-r--r--widgets/pkg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/pkg.lua b/widgets/pkg.lua
index 0e4ba90..15389a9 100644
--- a/widgets/pkg.lua
+++ b/widgets/pkg.lua
@@ -18,7 +18,7 @@ module("vicious.widgets.pkg")
local function worker(format, warg)
if not warg then return end
- -- Initialise counters
+ -- Initialize counters
local updates = 0
local manager = {
["Arch"] = { cmd = "pacman -Qu" },