summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 00:06:40 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 00:06:40 -0600
commit71e84157ff72c3e78cf2e7284634d51eed0e4a2a (patch)
treeba33ae211d62c4534b427b8c0191aa6fe199d83d /common.mk
parent903884b327d46eadefaf3362744b31006b5d729a (diff)
common.mk: Fix a typo in a comment.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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))