Skip to content

Commit

Permalink
typo fixes by kb
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Feb 10, 2024
1 parent ff9d965 commit cd17f25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions base/ltfilehook.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%
% \begin{macrocode}
\providecommand\ltfilehookversion{v1.0o}
\providecommand\ltfilehookdate{2024/02/08}
\providecommand\ltfilehookdate{2024/02/11}
% \end{macrocode}
%
%<*driver>
Expand Down Expand Up @@ -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.
%
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }
%
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd17f25

Please sign in to comment.