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.
This commit is contained in:
Daniel Hahler 2019-02-22 08:42:43 +01:00 committed by GitHub
parent c4ff89a5fe
commit 36d7535cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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