From 86b6c49a0ff758d1792db64aa852159386f2fcdc Mon Sep 17 00:00:00 2001 From: SystematicError <63366086+SystematicError@users.noreply.github.com> Date: Tue, 8 Feb 2022 00:38:08 +0530 Subject: [PATCH] Fix typo (#3562) Co-authored-by: SystematicError --- lib/gears/shape.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gears/shape.lua b/lib/gears/shape.lua index 27fb1893f..1c31e741e 100644 --- a/lib/gears/shape.lua +++ b/lib/gears/shape.lua @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- --- Module dedicated to gather common shape painters. -- --- It add the concept of "shape" to Awesome. A shape can be applied to a +-- It adds the concept of "shape" to Awesome. A shape can be applied to a -- background, a margin, a mask or a drawable shape bounding. -- -- The functions exposed by this module always take a cairo context as first