[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: typos (482ee97)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun May 1 16:51:59 CEST 2022
Repository : https://github.com/latex3/hyperref
On branch : cleanup-patches
Link : https://github.com/latex3/hyperref/commit/482ee97f06649b214978db2410b60f55a9be8cc1
>---------------------------------------------------------------
commit 482ee97f06649b214978db2410b60f55a9be8cc1
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun May 1 16:51:59 2022 +0200
typos
>---------------------------------------------------------------
482ee97f06649b214978db2410b60f55a9be8cc1
hyperref.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/hyperref.dtx b/hyperref.dtx
index a19bd7e..2ef037a 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -10768,7 +10768,7 @@
% Overload equation, temporarily reverting to original
% |\refstepcounter|. If, however, it is in AMS math, we do not
% do anything, as the tag mechanism is used there (see section \ref{ams}).
-% The execption is that we move the equation incrementation inside
+% The exception is that we move the equation incrementation inside
% the math environment to avoid specials outside and a wrong vertical
% spacing of equation environments.
% \begin{macrocode}
@@ -11342,8 +11342,8 @@
% Does anyone remember the function and purpose of \cmd{\realfootnote}?
% \begin{macrocode}
\def\realfootnote{%
- \@ifnextchar[\@xfootnote{%
- \stepcounter{\@mpfn}%
+ \@ifnextchar[\@xfootnote%]
+ {\stepcounter{\@mpfn}%
\protected at xdef\@thefnmark{\thempfn}%
\H@@footnotemark\H@@footnotetext
}%
@@ -11533,7 +11533,7 @@
% and \emph{drftcite} may break.
%
% However, lets make an attempt to get \emph{natbib} right, because
-% thats a powerful, important package.
+% that's a powerful, important package.
% Patrick Daly (\Email{daly at linmpi.mpg.de}) has
% provided hooks for us, so all we need to do is activate them.
% \begin{macrocode}
@@ -12153,7 +12153,7 @@
% \end{macrocode}
%
% \begin{macro}{\numberwithin}
-% A appropiate definition of hyperref's companion counter
+% A appropriate definition of hyperref's companion counter
% (\cmd{\theH...}) is added for correct link names.
% \begin{macrocode}
%</package>
More information about the latex3-commits
mailing list.