From f384c5bff1b831af630e8e5396eea84270046abe Mon Sep 17 00:00:00 2001 From: elig0n Date: Fri, 11 Oct 2024 23:18:08 +0300 Subject: [PATCH] fix typos in taglist.lua --- 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 8dd773057b..e5e41663f0 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. --