[latex3-commits] [latex3/latex2e] unmatched-delimiters: typo fixes by kb (cd17f25d)

github at latex-project.org github at latex-project.org
Sun Feb 11 00:15:57 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : unmatched-delimiters
Link       : https://github.com/latex3/latex2e/commit/cd17f25d4504a0dac94e4532fce78e7ec207ef09

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

commit cd17f25d4504a0dac94e4532fce78e7ec207ef09
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Feb 11 00:15:57 2024 +0100

    typo fixes by kb


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

cd17f25d4504a0dac94e4532fce78e7ec207ef09
 base/ltfilehook.dtx | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index 80c3fa2e..c18da074 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -32,7 +32,7 @@
 %
 %    \begin{macrocode}
 \providecommand\ltfilehookversion{v1.0o}
-\providecommand\ltfilehookdate{2024/02/08}
+\providecommand\ltfilehookdate{2024/02/11}
 %    \end{macrocode}
 %
 %<*driver>
@@ -203,7 +203,7 @@
 %    hooks from section~\ref{sec:general-file-hooks} when they are
 %    used to load a  package or class file, e.g.,
 %    \hook{file/array.sty/after} would be called after the
-%    \pkg{array} package got loaded. But as packages and classes form as special group
+%    \pkg{array} package got loaded. But as packages and classes form a special group
 %    of files, there are some additional hooks available that only
 %    apply when a package or class is loaded.
 %
@@ -427,9 +427,9 @@
 %
 % \subsection{A sample package for structuring the log output}
 %
-%    As an application we provide the package \pkg{structuredlog} that
-%    adds lines to the \texttt{.log} when a file is opened and closed
-%    for reading keeping track of nesting level es well.
+%    As an application we provide the package \pkg{structuredlog}, which
+%    adds lines to the \texttt{.log} when a file is opened or closed
+%    for reading, keeping track of nesting level as well.
 %    For example, for the current document it adds the lines
 %\begin{verbatim}
 %    = (LEVEL 1 START) t1lmr.fd
@@ -471,7 +471,7 @@
 %    figure out in which file it occurred, simply by searching back for
 %    \texttt{LEVEL} and if it is a \texttt{STOP} then remove 1 from
 %    the level value and search further for \texttt{LEVEL} with that value
-%    which should then be the \texttt{START}  level of the file you are in.
+%    which should then be the \texttt{START} level of the file you are in.
 %
 % \MaybeStop{\setlength\IndexMin{200pt}  \PrintIndex  }
 %
@@ -499,8 +499,8 @@
 %   protect against a possible redefinition of these macros in the
 %   loaded file (it's necessary anyway to make hooks work with nested
 %   \cs{input}).  The versions |\...Used| hold the \emph{actual} file
-%   name and path that is loaded by \LaTeX, whereas the other two hold
-%   the name as requested.  They will differ in case there's a file
+%   name and path loaded by \LaTeX, whereas the other two hold
+%   the name as requested.  They will differ in the event of a file
 %   substitution.
 %    \begin{macrocode}
 %</2ekernel>
@@ -1704,7 +1704,7 @@
 % \begin{macro}{\@@_log_file_record:n}
 %   This macro is responsible for increasing and decreasing the file
 %   nesting level, as well as printing to the log.  The argument is
-%   either |STOPTART| or |STOP| and the action it takes on the nesting
+%   either |START| or |STOP| and the action it takes on the nesting
 %   integer depends on that.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_log_file_record:n #1





More information about the latex3-commits mailing list.