diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:52:58 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:53:05 +0200 |
commit | a7c5d65eb50355274c1b5b047c02c653f518900a (patch) | |
tree | d6c8de429f986735973a2ca6a653dad22af06e34 /build-aux | |
parent | headers: fix spelling (diff) | |
download | gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.xz gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.zip |
all: fix more spelling errors
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo.mk | 6 | ||||
-rw-r--r-- | build-aux/texinfo.tex | 4 |
2 files changed, 5 insertions, 5 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: diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex index 5a17f9793..9e1184868 100644 --- a/build-aux/texinfo.tex +++ b/build-aux/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2007-05-03.09} +\def\texinfoversion{2018-10-25.16} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -4598,7 +4598,7 @@ end \chardef\maxseclevel = 3 % % A numbered section within an unnumbered changes to unnumbered too. -% To achive this, remember the "biggest" unnum. sec. we are currently in: +% To achieve this, remember the "biggest" unnum. sec. we are currently in: \chardef\unmlevel = \maxseclevel % % Trace whether the current chapter is an appendix or not: |