From d4555f7dba99fd8e75255b3cd4f6e1231e245f13 Mon Sep 17 00:00:00 2001 From: INeido <58654074+INeido@users.noreply.github.com> Date: Mon, 1 May 2023 05:45:36 +0200 Subject: [PATCH] Fix typo in taglist.lua (#3803) * Fix typo in taglist.lua Just a small typo correction from 'templete' to 'template' in the comments. * Fix another typo in taglist.lua Also changed 'genetate' to 'generate' --- lib/awful/widget/taglist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/widget/taglist.lua b/lib/awful/widget/taglist.lua index 7490735ef..8dd773057 100644 --- a/lib/awful/widget/taglist.lua +++ b/lib/awful/widget/taglist.lua @@ -522,7 +522,7 @@ end -- @see filter -- @see awful.widget.taglist.source.for_screen ---- A templete used to genetate the individual tag widgets. +--- A template used to generate the individual tag widgets. -- -- @property widget_template -- @tparam[opt=nil] template|nil widget_template