diff options
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: |