From d0a5638bb6e2c153473783f5f30bdaa4541cd24d Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Tue, 17 Jun 2008 16:02:22 +0900 Subject: [PATCH] awesomerc: fix typo --- awesomerc.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 92b1cf114..e404cea56 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -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