diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:52:58 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:53:05 +0000 |
commit | a7c5d65eb50355274c1b5b047c02c653f518900a (patch) | |
tree | d6c8de429f986735973a2ca6a653dad22af06e34 /build-aux/speedo.mk | |
parent | headers: fix spelling (diff) | |
download | gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.gz gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.zip |
all: fix more spelling errors
Diffstat (limited to 'build-aux/speedo.mk')
-rw-r--r-- | build-aux/speedo.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 1a96e3b57..5ec582357 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -971,7 +971,7 @@ else endif @touch $(stampdir)/stamp-$(1)-01-configure -# Note that unpack has no 64 bit version becuase it is just the source. +# Note that unpack has no 64 bit version because it is just the source. # Fixme: We should use templates to create the standard and w64 # version of these rules. $(stampdir)/stamp-w64-$(1)-01-configure: $(stampdir)/stamp-$(1)-00-unpack @@ -1143,7 +1143,7 @@ all-speedo: $(stampdir)/stamp-final report-speedo: $(addprefix report-,$(speedo_build_list)) -# Just to check if we catched all stamps. +# Just to check if we caught all stamps. clean-stamps: $(RM) -fR $(stampdir) @@ -1287,7 +1287,7 @@ endif # -# Check availibility of standard tools +# Check availability of standard tools # check-tools: |