[latex3-commits] [git/LaTeX3-latex3-latex3] master: remove some double words [ci skip] (31e101998)
Frank Mittelbach
frank.mittelbach at latex-project.org
Thu Feb 20 11:05:52 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/31e1019980ea3aca1a1e2f046f70674b92d23483
>---------------------------------------------------------------
commit 31e1019980ea3aca1a1e2f046f70674b92d23483
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Thu Feb 20 11:05:52 2020 +0100
remove some double words [ci skip]
>---------------------------------------------------------------
31e1019980ea3aca1a1e2f046f70674b92d23483
l3experimental/l3color/l3color.dtx | 2 +-
l3experimental/xgalley/xgalley.dtx | 4 ++--
l3kernel/l3doc.dtx | 2 +-
l3kernel/l3kernel-functions.dtx | 2 +-
l3kernel/l3msg.dtx | 2 +-
l3packages/xparse/xparse.dtx | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index de6616acf..484ea82a4 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -243,7 +243,7 @@
% \cs{color_parse:nN} \Arg{color expression} \Arg{tl}
% \end{syntax}
% Parses the \meta{color expression} as described above, and sets the
-% \meta{tl} the the equivalent \meta{core color representation}
+% \meta{tl} to the equivalent \meta{core color representation}
% (used at the backend level and based on \texttt{dvips} color
% representation).
% \end{function}
diff --git a/l3experimental/xgalley/xgalley.dtx b/l3experimental/xgalley/xgalley.dtx
index 5cd043a5e..a6186a5a0 100644
--- a/l3experimental/xgalley/xgalley.dtx
+++ b/l3experimental/xgalley/xgalley.dtx
@@ -121,7 +121,7 @@
% \subsection{Layer two: internal dimensions}
%
% \begin{TemplateInterfaceDescription}{measure}
-% \TemplateArgument{}{} ^^A A hack
+% \TemplateArgument{}{} ^^A Some hack
% \TemplateSemantics
% Sets the width available to typeset material within the galley.
% The \meta{left margin} and \meta{right margin} values are used in the
@@ -192,7 +192,7 @@
% \subsection{Layer three: paragraph shape}
%
% \begin{TemplateInterfaceDescription}{parshape}
-% \TemplateArgument{}{}^^A A hack
+% \TemplateArgument{}{}^^A Some hack
% \TemplateSemantics
% Template of this type define any shaping of the paragraph within the
% current measure of the galley. Thus they are used to generate
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 77064b0c2..c84cfd1d6 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -217,7 +217,7 @@ and all files in that bundle must be distributed together.
%
% This isn't very flexible, since it assumes that we \emph{always} want
% to print the documentation. For the \pkg{expl3} sources, I wanted to
-% be be able to input \file{.dtx} files in two modes: only displaying
+% be able to input \file{.dtx} files in two modes: only displaying
% the documentation, and only displaying the implementation. For
% example:
% \begin{verbatim}
diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index 349cfdcbf..1fbfa70f0 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -130,7 +130,7 @@
% \cs{__kernel_file_missing:n} \Arg{name}
% \end{syntax}
% Expands the \meta{name} as per \cs{__kernel_file_name_sanitize:nN} then
-% produces an error message indicating that that file was not found.
+% produces an error message indicating that this file was not found.
% \end{function}
%
% \begin{function}{\__kernel_file_name_sanitize:nN}
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 9066ec39e..3ed7e81f7 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -1192,7 +1192,7 @@
% there is |\\>~| (or if the whole thing starts with |>~|) we split
% there, print the first part and show the second part using
% \tn{showtokens} (the \cs{exp_after:wN} ensure a nice display). Note
-% that that primitive adds a leading |>~| and trailing dot. That is
+% that this primitive adds a leading |>~| and trailing dot. That is
% why we included a trailing dot before wrapping and removed it
% afterwards. If there is no |\\>~| do the same but with an empty
% second part which adds a spurious but inevitable |>~.|
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index fa5e6e301..f63b9bbd3 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1793,7 +1793,7 @@
% with the default argument |-NoValue-|. To easily insert that marker
% expanded in the definitions we call \cs{@@_tmp:w} with the argument
% |-NoValue-|. For argument types that need additional data, check
-% that that data is present (not \cs{q_recursion_tail}) before
+% that the data is present (not \cs{q_recursion_tail}) before
% proceeding.
% \begin{macrocode}
\cs_set_protected:Npn \@@_tmp:w #1
More information about the latex3-commits
mailing list.