From 206e6e1cbf54d887ce60fc36ff9f6acfb8b2e213 Mon Sep 17 00:00:00 2001 From: elig0n <31196036+elig0n@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:04:04 +0300 Subject: [PATCH] doc: fix typos in taglist.lua (#3966) --- lib/awful/widget/taglist.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful/widget/taglist.lua b/lib/awful/widget/taglist.lua index 8dd773057..e5e41663f 100644 --- a/lib/awful/widget/taglist.lua +++ b/lib/awful/widget/taglist.lua @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- --- Taglist widget module for awful. -- --- Here is a more advanced example of how to extent the `taglist`. It provides: +-- Here is a more advanced example of how to extend the `taglist`. It provides: -- -- * mouse "hover" color -- * an extra index field @@ -431,7 +431,7 @@ end --- The current number of tags. -- --- Note that the `tasklist` is usually lazy-loaded. Reading this property +-- Note that the `taglist` is usually lazy-loaded. Reading this property -- may cause the widgets to be created. Depending on where the property is called -- from, it might, in theory, cause an infinite loop. --