awesomerc.lua: spelling fix in comment
Closes https://github.com/awesomeWM/awesome/pull/619.
This commit is contained in:
parent
430f4fab15
commit
55b90cbd30
|
@ -107,7 +107,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
-- Create a laucher widget and a main menu
|
-- Create a launcher widget and a main menu
|
||||||
myawesomemenu = {
|
myawesomemenu = {
|
||||||
{ "hotkeys", function() return false, hotkeys_popup.show_help end},
|
{ "hotkeys", function() return false, hotkeys_popup.show_help end},
|
||||||
{ "manual", terminal .. " -e man awesome" },
|
{ "manual", terminal .. " -e man awesome" },
|
||||||
|
|
Loading…
Reference in New Issue