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'
This commit is contained in:
INeido 2023-05-01 05:45:36 +02:00 committed by GitHub
parent b6263bf209
commit d4555f7dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ end
-- @see filter -- @see filter
-- @see awful.widget.taglist.source.for_screen -- @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 -- @property widget_template
-- @tparam[opt=nil] template|nil widget_template -- @tparam[opt=nil] template|nil widget_template