Skip to content

Commit

Permalink
Fix some typos (awesomeWM#2880)
Browse files Browse the repository at this point in the history
Signed-off-by: Uli Schlachter <[email protected]>
  • Loading branch information
psychon authored and blueyed committed Sep 23, 2019
1 parent dc98ead commit 1adeef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/gears/matcher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/naughty/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/naughty/notification.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1adeef1

Please sign in to comment.