From 1adeef18a2e06cd009644b00567eea6bb6df94c7 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 23 Sep 2019 18:39:12 +0200 Subject: [PATCH] Fix some typos (#2880) Signed-off-by: Uli Schlachter --- lib/gears/matcher.lua | 2 +- lib/naughty/core.lua | 2 +- lib/naughty/notification.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gears/matcher.lua b/lib/gears/matcher.lua index e389bf966c..8bc9feac3f 100644 --- a/lib/gears/matcher.lua +++ b/lib/gears/matcher.lua @@ -512,7 +512,7 @@ function matcher:append_rules(source, rules) end end ---- Remove a new rule to the default set. +--- Remove a new rule from the default set. -- @tparam string source The source name. -- @tparam string|table rule An existing rule or its `id`. -- @treturn boolean If the rule was removed. diff --git a/lib/naughty/core.lua b/lib/naughty/core.lua index e82d21b4b1..e65704b477 100644 --- a/lib/naughty/core.lua +++ b/lib/naughty/core.lua @@ -139,7 +139,7 @@ gtable.crush(naughty, require("naughty.constants")) -- -- When this is true, applications which query `naughty` feature support -- will see that animations are supported. Note that there is *very little* --- support for this and enabled it will cause bugs. +-- support for this and enabling it will cause bugs. -- -- @property image_animations_enabled -- @param[opt=false] boolean diff --git a/lib/naughty/notification.lua b/lib/naughty/notification.lua index 985c1589fb..6574d6de76 100644 --- a/lib/naughty/notification.lua +++ b/lib/naughty/notification.lua @@ -419,7 +419,7 @@ local notification = {} --- The application name specified by the notification. -- -- This can be anything. It is usually less relevant than the `clients` --- property, but can sometime to specified for remote or headless notifications. +-- property, but can sometime be specified for remote or headless notifications. -- In these case, it helps to triage and detect the notification from the rules. -- @property app_name -- @param string