From 36d7535cd55990d1ffe8182a3e52f953e23b862a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 22 Feb 2019 08:42:43 +0100 Subject: [PATCH] Minor: typos, Makefile aesthetics (#2690) * lib/awful/mouse/resize.lua: s/extendable/extensible * Fix code comment typo: s/find/found * Makefile: remove -n with echo Missed in e9b5e28d1. --- Makefile | 2 +- lib/awful/mouse/resize.lua | 2 +- spawn.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cc1476d4b..7112e457a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install: $(MAKE) -C $(BUILDDIR) install distclean: - $(ECHO) -n "Cleaning up build directory…" + $(ECHO) "Cleaning up build directory…" $(RM) -r $(BUILDDIR) # Use an explicit rule to not "update" the Makefile via the implicit rule below. diff --git a/lib/awful/mouse/resize.lua b/lib/awful/mouse/resize.lua index 2e555caab..751e5cbf9 100644 --- a/lib/awful/mouse/resize.lua +++ b/lib/awful/mouse/resize.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- ---- An extendable mouse resizing handler. +--- An extensible mouse resizing handler. -- -- This module offers a resizing and moving mechanism for drawables such as -- clients and wiboxes. diff --git a/spawn.c b/spawn.c index 8b7a1c479..29eede74a 100644 --- a/spawn.c +++ b/spawn.c @@ -91,7 +91,7 @@ DO_BARRAY(running_child_t, running_child, DO_NOTHING, compare_pids) static running_child_array_t running_children; /** Remove a SnStartupSequence pointer from an array and forget about it. - * \param s The startup sequence to found, remove and unref. + * \param s The startup sequence to find, remove and unref. * \return True if found and removed. */ static inline bool