From 55b90cbd30d83b642b1d7dffe50afaf43f7a92ba Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 6 Jan 2016 20:25:24 +0200 Subject: [PATCH] awesomerc.lua: spelling fix in comment Closes https://github.com/awesomeWM/awesome/pull/619. --- awesomerc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomerc.lua b/awesomerc.lua index f5528a694..6848af615 100755 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -107,7 +107,7 @@ end -- }}} -- {{{ Menu --- Create a laucher widget and a main menu +-- Create a launcher widget and a main menu myawesomemenu = { { "hotkeys", function() return false, hotkeys_popup.show_help end}, { "manual", terminal .. " -e man awesome" },