diff options
author | Pieter Praet <pieter@praet.org> | 2011-06-20 22:14:21 +0200 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-06-23 15:44:59 -0700 |
commit | 730acd4764535e19f4a461753a3ea1623af42f71 (patch) | |
tree | d274901b5d819422312e9147fb5b59bea16a457b /completion | |
parent | 18bf91def97157538bca1b8aac5e624880c8f62e (diff) |
fix sum moar typos [build scripts, Makefiles]
Various typo fixes in comments within the Makefile and other build scripts.
Signed-off-by: Pieter Praet <pieter@praet.org>
Edited-by: Carl Worth <cworth@cworth.org> Restricted to just build files.
Diffstat (limited to 'completion')
-rw-r--r-- | completion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/Makefile b/completion/Makefile index b6859eac..de492a7c 100644 --- a/completion/Makefile +++ b/completion/Makefile @@ -1,4 +1,4 @@ -# See Makfefile.local for the list of files to be compiled in this +# See Makefile.local for the list of files to be compiled in this # directory. all: $(MAKE) -C .. all |