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:
parent
b6263bf209
commit
d4555f7dba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue