[latex3-commits] [git/LaTeX3-latex3-latex3] master: Typos caught by ispell in interface3 (ad22850)

Bruno Le Floch bruno at le-floch.fr
Wed Jan 31 14:35:25 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/ad22850736f1729676443d8f0bb4388479f06b85

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

commit ad22850736f1729676443d8f0bb4388479f06b85
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Wed Jan 31 08:35:25 2018 -0500

    Typos caught by ispell in interface3


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

ad22850736f1729676443d8f0bb4388479f06b85
 l3kernel/l3drivers.dtx |    2 +-
 l3kernel/l3flag.dtx    |    2 +-
 l3kernel/l3fp.dtx      |    4 ++--
 l3kernel/l3regex.dtx   |    6 +++---
 l3kernel/l3seq.dtx     |    2 +-
 l3kernel/l3tl.dtx      |    2 +-
 l3kernel/l3token.dtx   |    2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 5ccd569..f25b0cd 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -383,7 +383,7 @@
 %     \driver_draw_stroke_cmyk:nnnn
 %   }
 %   \begin{syntax}
-%     \cs{driver_draw_color_cmyk:nnnn} \Arg{cyan} \Arg{magneta} \Arg{yellow}
+%     \cs{driver_draw_color_cmyk:nnnn} \Arg{cyan} \Arg{magenta} \Arg{yellow}
 %       \Arg{black}
 %   \end{syntax}
 %   Sets the color for drawing to the CMYK values specified, all of which are
diff --git a/l3kernel/l3flag.dtx b/l3kernel/l3flag.dtx
index ae6766f..7c837bc 100644
--- a/l3kernel/l3flag.dtx
+++ b/l3kernel/l3flag.dtx
@@ -64,7 +64,7 @@
 % It must expand to character tokens only, with no spaces.
 %
 % A typical use case of flags would be to keep track of whether an
-% exceptional condition has occured during expandable processing, and
+% exceptional condition has occurred during expandable processing, and
 % produce a meaningful (non-expandable) message after the end of the
 % expandable processing.  This is exemplified by \pkg{l3str-convert},
 % which for performance reasons performs conversions of individual
diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 54019a2..6368779 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -408,7 +408,7 @@
 %   an optional leading~|!| (which negates the \meta{relation}), with
 %   the restriction that the \meta{relation} may not start with~|?|, as
 %   this symbol has a different meaning (in combination with~|:|) within
-%   floatin point expressions.  The comparison $x$~\meta{relation}~$y$
+%   floating point expressions.  The comparison $x$~\meta{relation}~$y$
 %   is then \texttt{true} if the \meta{relation} does not start with~|!|
 %   and the actual relation (|<|, |=|, |>|, or~|?|) between $x$ and~$y$
 %   appears within the \meta{relation}, or on the contrary if the
@@ -884,7 +884,7 @@
 %   Each \meta{relation} consists of a non-empty string of |<|, |=|,
 %   |>|, and~|?|, optionally preceded by~|!|, and may not start
 %   with~|?|.  This evaluates to $+1$ if all comparisons
-%   \meta{operand_i} \meta{relation_j} \meta{operand_{i+1}} are true, and
+%   \meta{operand_i} \meta{relation_i} \meta{operand_{i+1}} are true, and
 %   $+0$ otherwise.  All \meta{operands} are evaluated in all cases.
 %   See \cs{fp_compare:nTF} for details.
 % \end{function}
diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index cf06d1e..d033d9e 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -120,8 +120,8 @@
 %   sign.
 % \item \verb*"[+\-\ ]*\d+\ *" matches an explicit integer with any
 %   number of $+$ and $-$ signs, with spaces allowed except within the
-%   mantissa, and sourrounded by spaces.
-% \item \verb*"[+\-\ ]*(\d+|\d*\.\d+)\ *" matches an explict integer or
+%   mantissa, and surrounded by spaces.
+% \item \verb*"[+\-\ ]*(\d+|\d*\.\d+)\ *" matches an explicit integer or
 %   decimal number; using \verb*"[.,]" instead of \verb*"\." would allow
 %   the comma as a decimal marker.
 % \item
@@ -537,7 +537,7 @@
 %   equal to the number of times
 %   \meta{regular expression} appears in \meta{token list}.
 %   The search starts by finding the left-most longest match,
-%   respecting greedy and ungreedy operators. Then the search
+%   respecting greedy and lazy (non-greedy) operators. Then the search
 %   starts again from the character following the last character
 %   of the previous match, until reaching the end of the token list.
 %   Infinite loops are prevented in the case where the regular expression
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 9f43094..632f8ce 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -735,7 +735,7 @@
 % implement sets, one should be careful not to rely on the order of
 % items in the sequence representing the set.
 %
-% Sets should not contain several occurences of a given item.  To make
+% Sets should not contain several occurrences of a given item.  To make
 % sure that a \meta{sequence variable} only has distinct items, use
 % \cs{seq_remove_duplicates:N} \meta{sequence variable}.  This function
 % is relatively slow, and to avoid performance issues one should only
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 6c4e6e6..91859aa 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -988,7 +988,7 @@
 %   appropriate item from the \meta{token list} in the input stream.
 %   If the \meta{integer expression} is negative, indexing occurs from
 %   the right of the token list, starting at $-1$ for the right-most item.
-%   If the index is out of bounds, then thr function expands to nothing.
+%   If the index is out of bounds, then the function expands to nothing.
 %   \begin{texnote}
 %     The result is returned within the \tn{unexpanded}
 %     primitive (\cs{exp_not:n}), which means that the \meta{item}
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 955ba5e..835fac4 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -702,7 +702,7 @@
 %     \cs{token_if_toks_register:NTF} \meta{token} \Arg{true code} \Arg{false code}
 %   \end{syntax}
 %   Tests if the \meta{token} is defined to be a toks register
-%   (not used by\LaTeX3).
+%   (not used by \LaTeX3).
 % \end{function}
 %
 % \begin{function}[updated = 2011-05-23, EXP,pTF]{\token_if_primitive:N}





More information about the latex3-commits mailing list