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:
parent
c4ff89a5fe
commit
36d7535cd5
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ install:
|
||||||
$(MAKE) -C $(BUILDDIR) install
|
$(MAKE) -C $(BUILDDIR) install
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
$(ECHO) -n "Cleaning up build directory…"
|
$(ECHO) "Cleaning up build directory…"
|
||||||
$(RM) -r $(BUILDDIR)
|
$(RM) -r $(BUILDDIR)
|
||||||
|
|
||||||
# Use an explicit rule to not "update" the Makefile via the implicit rule below.
|
# Use an explicit rule to not "update" the Makefile via the implicit rule below.
|
||||||
|
|
|
@ -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
|
-- This module offers a resizing and moving mechanism for drawables such as
|
||||||
-- clients and wiboxes.
|
-- clients and wiboxes.
|
||||||
|
|
2
spawn.c
2
spawn.c
|
@ -91,7 +91,7 @@ DO_BARRAY(running_child_t, running_child, DO_NOTHING, compare_pids)
|
||||||
static running_child_array_t running_children;
|
static running_child_array_t running_children;
|
||||||
|
|
||||||
/** Remove a SnStartupSequence pointer from an array and forget about it.
|
/** 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.
|
* \return True if found and removed.
|
||||||
*/
|
*/
|
||||||
static inline bool
|
static inline bool
|
||||||
|
|
Loading…
Reference in New Issue