diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 00:06:40 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 00:06:40 -0600 |
commit | 71e84157ff72c3e78cf2e7284634d51eed0e4a2a (patch) | |
tree | ba33ae211d62c4534b427b8c0191aa6fe199d83d /common.mk | |
parent | 903884b327d46eadefaf3362744b31006b5d729a (diff) |
common.mk: Fix a typo in a comment.
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |