summaryrefslogtreecommitdiff
path: root/volume-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2017-06-09 09:17:07 -0400
committerGitHub <noreply@github.com>2017-06-09 09:17:07 -0400
commit69e7468fe3b5e30ab28e833071ad1b966088c360 (patch)
treeb71bbf430b58820d97c24c1ee1e1cc0af840d04c /volume-widget
parent10ffee904fbe2c586e9acae038d8445c21a8e2ca (diff)
fix typo in doc
Diffstat (limited to 'volume-widget')
-rw-r--r--volume-widget/volume.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua
index 481d244..b832bab 100644
--- a/volume-widget/volume.lua
+++ b/volume-widget/volume.lua
@@ -35,7 +35,7 @@ end
--[[ allows control volume level by:
- clicking on the widget to mute/unmute
-- scrolling when curson is over the widget
+- scrolling when cursor is over the widget
]]
volume_widget:connect_signal("button::press", function(_,_,_,button)
if (button == 4) then awful.spawn("amixer -D pulse sset Master 5%+", false)