From fc13b1b4ebf70ef5e8496cb30eb46e5c4d5de550 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 22 Nov 2016 02:36:16 +0100 Subject: [PATCH] doc: s/Wether/Whether/ --- lib/awful/screen.lua | 4 ++-- lib/wibox/widget/base.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/awful/screen.lua b/lib/awful/screen.lua index 5a056a340..e36e6224f 100644 --- a/lib/awful/screen.lua +++ b/lib/awful/screen.lua @@ -256,8 +256,8 @@ end -- -- @function screen.get_bounding_geometry -- @tparam[opt={}] table args The arguments --- @tparam[opt=false] boolean args.honor_padding Wether to honor the screen's padding. --- @tparam[opt=false] boolean args.honor_workarea Wether to honor the screen's workarea. +-- @tparam[opt=false] boolean args.honor_padding Whether to honor the screen's padding. +-- @tparam[opt=false] boolean args.honor_workarea Whether to honor the screen's workarea. -- @tparam[opt] int|table args.margins Apply some margins on the output. -- This can either be a number or a table with *left*, *right*, *top* -- and *bottom* keys. diff --git a/lib/wibox/widget/base.lua b/lib/wibox/widget/base.lua index b2e5d0d6d..dd80ec772 100644 --- a/lib/wibox/widget/base.lua +++ b/lib/wibox/widget/base.lua @@ -32,7 +32,7 @@ function base.widget:buttons(_buttons) end --- Set a widget's visibility. --- @tparam boolean b Wether the widget is visible. +-- @tparam boolean b Whether the widget is visible. -- @function set_visible function base.widget:set_visible(b) if b ~= self._private.visible then