awesomerc: fix typo

This commit is contained in:
Arnaud Fontaine 2008-06-17 16:02:22 +09:00 committed by Julien Danjou
parent 6fded2777a
commit d0a5638bb6
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ function hook_unmarked(c)
c:border_set({ width = border_width, color = border_focus })
end
-- Hook function to exeucte when the mouse is over a client.
-- Hook function to execute when the mouse is over a client.
function hook_mouseover(c)
-- Sloppy focus, but disabled for magnifier layout
if awful.layout.get(c:screen_get()) ~= "magnifier" then