From 71e84157ff72c3e78cf2e7284634d51eed0e4a2a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 25 May 2015 00:06:40 -0600 Subject: common.mk: Fix a typo in a comment. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 5a79f7a..b88ad8d 100644 --- a/common.mk +++ b/common.mk @@ -33,7 +33,7 @@ pofmt = msguniq -Fi # used for symlinking libexec files rootdir = $(shell sed -r 's|^/||;s|[^/]+|..|g'<<<$(bindir)) -# Detect things aboud the director we're in #################################### +# Detect things about the director we're in #################################### progs += $(filter-out $(no-progs),$(shell find . -maxdepth 1 -type f -executable -printf '%f\n')) confs += $(filter-out $(no-conf) ,$(wildcard *.conf)) -- cgit v1.2.2