[latex3-commits] [latex3/latex3] main: fix a few double words (324233f95)
github at latex-project.org
github at latex-project.org
Sun Dec 3 00:19:10 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/324233f9594c2e0e891b3715b1daed70170be0c0
>---------------------------------------------------------------
commit 324233f9594c2e0e891b3715b1daed70170be0c0
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sun Dec 3 00:19:10 2023 +0100
fix a few double words
>---------------------------------------------------------------
324233f9594c2e0e891b3715b1daed70170be0c0
l3kernel/l3text-case.dtx | 2 +-
l3kernel/l3text-map.dtx | 2 +-
l3kernel/l3unicode.dtx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index 9f4c67299..55e8a2185 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -1634,7 +1634,7 @@
% \begin{macro}[EXP]{\@@_change_case_boundary_upper_el:nnnN}
% \begin{macro}[EXP]{\@@_change_case_boundary_upper_el:nnnn}
% \begin{macro}[EXP]{\@@_change_case_boundary_upper_el:nnnnw}
-% There is one things that need special treatment at start start of
+% There is one things that need special treatment at the start of
% words in Greek. For an isolated accent \emph{eta},
% which is handled by seeing if we have exactly one of the affected
% codepoints followed by a space or brace group.
diff --git a/l3kernel/l3text-map.dtx b/l3kernel/l3text-map.dtx
index ea2559748..971e3adc4 100644
--- a/l3kernel/l3text-map.dtx
+++ b/l3kernel/l3text-map.dtx
@@ -368,7 +368,7 @@
% \end{macrocode}
% Hangul needs additional treatment. First we have to deal with
% the start-of-Hangul position: output what we had up to now, then
-% move the the specialist handler. The idea here is to pick off the
+% move the specialist handler. The idea here is to pick off the
% different codepoint types one at a time, tracking what else can be
% considered at each stage until we hit the end of the viable types.
% Other than that, we just keep building up the Hangul codepoints
diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index 1f6fe7622..af81f7002 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -857,7 +857,7 @@
\fi:
}
% \end{macrocode}
-% Here, |#4| can have have a trailing space, so we tidy up a bit at the cost of
+% Here, |#4| can have a trailing space, so we tidy up a bit at the cost of
% speed for these small number of cases it applies to.
% \begin{macrocode}
\cs_set_protected:Npn \@@_data_auxii:w #1 ~ #2 ~ #3 ~ #4 \q_stop
More information about the latex3-commits
mailing list.