[latex3-commits] [latex3/latex2e] develop, ltmarks-multicol: fix extremely minor typos (#1549) (e0ddefece)

github at latex-project.org github at latex-project.org
Thu Nov 14 22:11:42 CET 2024


Repository : https://github.com/latex3/latex2e
On branches: develop,ltmarks-multicol
Link       : https://github.com/latex3/latex2e/commit/e0ddefece6c8637d76be5e6a77ca641f616e14ca

>---------------------------------------------------------------

commit e0ddefece6c8637d76be5e6a77ca641f616e14ca
Author: mbertucci47 <61854785+mbertucci47 at users.noreply.github.com>
Date:   Thu Nov 14 14:11:42 2024 -0700

    fix extremely minor typos (#1549)


>---------------------------------------------------------------

e0ddefece6c8637d76be5e6a77ca641f616e14ca
 base/doc/clsguide.tex | 4 ++--
 base/doc/ltnews.tex   | 4 ++--
 base/doc/ltnews28.tex | 2 +-
 base/docstrip.dtx     | 2 +-
 base/letter.dtx       | 2 +-
 base/ltbibl.dtx       | 2 +-
 base/ltcmd.dtx        | 2 +-
 base/ltexpl.dtx       | 2 +-
 base/ltfssaxes.dtx    | 2 +-
 base/ltfsstrc.dtx     | 4 ++--
 base/ltidxglo.dtx     | 2 +-
 base/ltplain.dtx      | 2 +-
 base/lttagging.dtx    | 2 +-
 base/lttemplates.dtx  | 2 +-
 14 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/base/doc/clsguide.tex b/base/doc/clsguide.tex
index e7adc9da3..1bc85999a 100644
--- a/base/doc/clsguide.tex
+++ b/base/doc/clsguide.tex
@@ -42,7 +42,7 @@
     \texttt{clsguide.tex} for full details.}%
 }
 
-\date{2024-09-15}
+\date{2024-11-14}
 
 \NewDocumentCommand\cs{m}{\texttt{\textbackslash\detokenize{#1}}}
 \NewDocumentCommand\marg{m}{\arg{#1}}
@@ -1397,7 +1397,7 @@ modern packages, that use the L3 programming layer of \LaTeX{}. The
 \texttt{expl3} commands and more details can be found in
 \texttt{ltproperties-doc.pdf}.
 
-\subsubsection{Templates (protoype document commands)}
+\subsubsection{Templates (prototype document commands)}
 
 \emph{Templates} as defined by \LaTeX{} are a mechanism to cleanly separate the
 three layers needed for writing a document
diff --git a/base/doc/ltnews.tex b/base/doc/ltnews.tex
index 775649728..a8ad937a3 100644
--- a/base/doc/ltnews.tex
+++ b/base/doc/ltnews.tex
@@ -232,10 +232,10 @@
   \newcommand*{\gobbleopt}[1][]{}%
   \let\org at twocolumn\twocolumn
   \renewcommand\NeedsTeXFormat[1]{\NeedsTeXFormatdate}%  ignore that inside
-  \newcommand\NeedsTeXFormatdate[1][]{}%              %  inidividual issues
+  \newcommand\NeedsTeXFormatdate[1][]{}%              %  individual issues
   \renewenvironment{document}{%
     \clearpage
-% 1.4d (JLB) Normally |\ltn at tocend| shoud do nothing
+% 1.4d (JLB) Normally |\ltn at tocend| should do nothing
     \let\ltn at tocend\relax
     \ifnum\@issue=20 %
       \addtocontents{toc}{%
diff --git a/base/doc/ltnews28.tex b/base/doc/ltnews28.tex
index de4ecfa00..dffd0d20a 100644
--- a/base/doc/ltnews28.tex
+++ b/base/doc/ltnews28.tex
@@ -226,7 +226,7 @@ encoding.  In many cases this will be \option{latin1} or
 \pkg{inputenc} documentation.
 
 As usual, this change may also be reverted via the more general
-\pkg{latexrelease} package mechanism, by speciying a release date
+\pkg{latexrelease} package mechanism, by specifying a release date
 earlier than this release.
 
 
diff --git a/base/docstrip.dtx b/base/docstrip.dtx
index d5366b3fd..1d61d78f5 100644
--- a/base/docstrip.dtx
+++ b/base/docstrip.dtx
@@ -77,7 +77,7 @@
 %                         less/more dirty---all uses of \cs{afterfi}}
 % \changes{2.3e}{1995/09/25}{Directories support}
 % \changes{2.3e}{1995/10/24}{added \cs{makepathname} to support
-%                         systems with bizare pathnames}
+%                         systems with bizarre pathnames}
 % \changes{2.3e}{1995/10/25}{batch files work by \cs{input}}
 % \changes{2.3e}{1996/10/02}{Introduced ``open lists''}
 % \changes{2.4a}{1996/06/06}{Add stream limits (MDW)}
diff --git a/base/letter.dtx b/base/letter.dtx
index dde59f40e..2521381a3 100644
--- a/base/letter.dtx
+++ b/base/letter.dtx
@@ -243,7 +243,7 @@
 %    compatible with other packages that use the |\@ptsize| variable
 %    to select special actions. It makes the declarations of size
 %    options less than 10pt difficult, although one can probably use
-%    \texttt{9} and \texttt{8} assuming that a class wont define both
+%    \texttt{9} and \texttt{8} assuming that a class won't define both
 %    \Lopt{8pt} and \Lopt{18pt} options.
 %
 %    \begin{macrocode}
diff --git a/base/ltbibl.dtx b/base/ltbibl.dtx
index 37d11a97a..04fa98dc3 100644
--- a/base/ltbibl.dtx
+++ b/base/ltbibl.dtx
@@ -379,7 +379,7 @@
 %  
 %    Given that we are now a quarter century into using \LaTeXe{}
 %    there is no good reason any more do limit ourself to 2.09
-%    conciderations. So we now simply delay the \cs{nocide} if it is
+%    considerations. So we now simply delay the \cs{nocite} if it is
 %    issued in the preamble.
 %
 % \changes{v1.1o}{2003/05/18}{Check if we are after \cs{document}}
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index eccb104bb..b0af2f796 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -2170,7 +2170,7 @@
 %   An utility macro similar to \cs{@@_bad_def:wn} to abort a command
 %   copy.  Contrary to \cs{@@_bad_def:wn} though, when this happens the
 %   issue is most likely internal, because the command was already
-%   (supposedly) correcly defined so it should be copyable.  Hopefully
+%   (supposedly) correctly defined so it should be copyable.  Hopefully
 %   this macro will never be used ever, but if it does, apologise and
 %   give the reason for the failure so the user can report.
 %    \begin{macrocode}
diff --git a/base/ltexpl.dtx b/base/ltexpl.dtx
index 410235a05..0133688af 100644
--- a/base/ltexpl.dtx
+++ b/base/ltexpl.dtx
@@ -411,7 +411,7 @@
 %
 % \section{Document-level command names for \pkg{expl3} functions}
 %
-%    Current home for L3 programing layer functions that we make
+%    Current home for L3 programming layer functions that we make
 %    directly available at the document level. This section may need
 %    to be moved later (after \cs{NewDocumentCommand} is defined in
 %    case we want to use that in the setup).
diff --git a/base/ltfssaxes.dtx b/base/ltfssaxes.dtx
index 8b5014a4c..b4ab300df 100644
--- a/base/ltfssaxes.dtx
+++ b/base/ltfssaxes.dtx
@@ -706,7 +706,7 @@
 %
 %  \begin{macro}{\fontseries}
 %    The \cs{fontseries} command takes one argument which is the requested new
-%    font series. In the orginal implementation  it simply saved the
+%    font series. In the original implementation  it simply saved the
 %    expanded value in \cs{f at series}. Now we do a bit more processing
 %    and look up the final value in the font series data base. This is
 %    done by \cs{merge at font@series}. But the lookup should be done
diff --git a/base/ltfsstrc.dtx b/base/ltfsstrc.dtx
index 4f0e43021..1b6b14c16 100644
--- a/base/ltfsstrc.dtx
+++ b/base/ltfsstrc.dtx
@@ -468,7 +468,7 @@
 %    we are ready to change the font face. This way they happen after
 %    a possibly new family is set which is important because they
 %    look at the available font faces in that family and alter the
-%    selection based on availibility. Several calls to \cs{fontseries}
+%    selection based on availability. Several calls to \cs{fontseries}
 %    or \cs{fontshape} are delayed in the order in which they appear,
 %    so that by switching them one can work around missing
 %    intermediate font faces and avoid substitutions.
@@ -495,7 +495,7 @@
       \delayed at f@adjustment
 %    \end{macrocode}
 %    We then check if the resulting cominbation is valid but for this
-%    we have to make sure that the appropiate \texttt{.fd} is loaded if
+%    we have to make sure that the appropriate \texttt{.fd} is loaded if
 %    that hasn't happened so far.
 %    \begin{macrocode}
       \maybe at load@fontshape
diff --git a/base/ltidxglo.dtx b/base/ltidxglo.dtx
index 25b8dd12e..ca63844f8 100644
--- a/base/ltidxglo.dtx
+++ b/base/ltidxglo.dtx
@@ -76,7 +76,7 @@
 % \changes{v1.1a}{1994/05/19}{Initial version of ltidxglo.dtx,
 %                             split from ltidxbib.dtx}
 % \changes{v1.1d}{1995/10/25}{Doc cleanup}
-% \changes{v1.1f}{2019/08/27}{Make \cs{index} and \cs{gloassary} robust}
+% \changes{v1.1f}{2019/08/27}{Make \cs{index} and \cs{glossary} robust}
 %
 %
 % \begin{oldcomments}
diff --git a/base/ltplain.dtx b/base/ltplain.dtx
index 97f5c3f52..83330dd36 100644
--- a/base/ltplain.dtx
+++ b/base/ltplain.dtx
@@ -935,7 +935,7 @@
 %    file. e-\TeX{} improved on that and supported a value of \texttt{2}
 %    to show the warning on the terminal, so we could have changed the
 %    default when we made the e-\TeX{} extensions required---however,
-%    we overlooked that oportunity.
+%    we overlooked that opportunity.
 %    In 2021 this parameter was improved on again and now also accepts
 %    the value \texttt{3}
 %    (error on the terminal). This made us realize that we should
diff --git a/base/lttagging.dtx b/base/lttagging.dtx
index 6b68cd0e0..9e4426414 100644
--- a/base/lttagging.dtx
+++ b/base/lttagging.dtx
@@ -142,7 +142,7 @@
 % \DescribeMacro\UseExpandableTaggingSocket
 % \DescribeMacro\tag_socket_use_expandable:n
 %  For special cases like in some \cs{halign} contexts we need a fully expandable
-%  version of the commend. For these cases, \cs{UseExpandableTaggingSocket} can be
+%  version of the command. For these cases, \cs{UseExpandableTaggingSocket} can be
 %  used. To allow being expandable, it does not output any debugging information
 %  if \cs{DebugSocketsOn} is in effect and therefore should be avoided whenever possible.
 %
diff --git a/base/lttemplates.dtx b/base/lttemplates.dtx
index 05dd847a5..109ffbae7 100644
--- a/base/lttemplates.dtx
+++ b/base/lttemplates.dtx
@@ -363,7 +363,7 @@
 %     ~~\Arg{type} \Arg{template2} \Arg{template1}
 %   \end{syntax}
 %   Copies \meta{template1} of \meta{type} to a new name \meta{template2}:
-%   the copy can then be edited independent of teh original.
+%   the copy can then be edited independent of the original.
 % \end{function}
 %
 % \section{Multiple choices}





More information about the latex3-commits mailing list.