[latex3-commits] [git/LaTeX3-latex3-latex2e] localalpha: fix typos (94bf327b)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Sep 27 14:12:06 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : localalpha
Link : https://github.com/latex3/latex2e/commit/94bf327be2ed24185ec28a62613c646fde8ee78d
>---------------------------------------------------------------
commit 94bf327be2ed24185ec28a62613c646fde8ee78d
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Sep 27 14:12:06 2021 +0200
fix typos
>---------------------------------------------------------------
94bf327be2ed24185ec28a62613c646fde8ee78d
base/ltfssdcl.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/ltfssdcl.dtx b/base/ltfssdcl.dtx
index 9bfb7967..797ea62c 100644
--- a/base/ltfssdcl.dtx
+++ b/base/ltfssdcl.dtx
@@ -36,7 +36,7 @@
%
%
\ProvidesFile{ltfssdcl.dtx}
- [2021/09/26 v3.0x LaTeX Kernel (NFSS Declarative Interface)]
+ [2021/09/27 v3.0x LaTeX Kernel (NFSS Declarative Interface)]
% \iffalse
\documentclass{ltxdoc}
\begin{document}
@@ -464,7 +464,7 @@
% allocate any of those we roll back the allocation after the
% formula has ended, so the next formula can use other alphabets in
% the slot(s). This makes the processing a bit slower if you are
-% working at the limit, but that is better than dying with out of memory.
+% working at the limit, but that is better than dying with ``out of memory''.
% \begin{macrocode}
%</2ekernel>
%<latexrelease>\IncludeInRelease{2021/11/15}
@@ -575,7 +575,7 @@
% \begin{macro}{\freeze at math@version}
% \changes{v3.0x}{2021/09/26}{Macro added for (gh/676)}
-% This command stores the current state of the math version and set
+% This command stores the current state of the math version and sets
% things up to return to it after each formula from now on. We use
% L3 programming layer code to set it up.
% \begin{macrocode}
@@ -589,7 +589,7 @@
\cs_gset_eq:cc { mv@#1 at frozen }{ mv@#1 }
\tl_gset:cx { g__mv_frozen_ #1 _tl }{ \int_use:c { c at mv@#1 } }
% \end{macrocode}
-% To do the reset the first time, we have wait until we are out of
+% Doing the reset the first time, we wait until we are out of
% math mode, so we use some recursive \cs{aftergroup} for this
% before we execute \cs{mv@\meta{version}@reset}.
% \begin{macrocode}
More information about the latex3-commits
mailing list.