[latex3-commits] [latex3/latex3] main: Fix typos [ci skip] (d69f456d0)

github at latex-project.org github at latex-project.org
Fri Jun 16 08:30:39 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/d69f456d0722321bbe6c8e4be14831c22cf9fe4f

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

commit d69f456d0722321bbe6c8e4be14831c22cf9fe4f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 16 07:30:39 2023 +0100

    Fix typos [ci skip]


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

d69f456d0722321bbe6c8e4be14831c22cf9fe4f
 l3kernel/l3unicode.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index 48b121f20..35217013a 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -479,8 +479,8 @@
 %    \end{macrocode}
 % Parse the main Unicode data file and pull out the NFD and case changing
 % data. The NFD data is stored on using the hash table approach and can yield
-% a predictable number of code points: one or two. We also need the case data,
-% which will be modified further below. To allow for finding rangs, the
+% a predictable number of codepoints: one or two. We also need the case data,
+% which will be modified further below. To allow for finding ranges, the
 % description of the codepoint needs to be carried forward.
 %    \begin{macrocode}
   \cs_set_protected:Npn \@@_data_auxi:w
@@ -601,7 +601,7 @@
 %    \end{macrocode}
 %   Here we want to do three things: add to and possibly complete the current
 %   block, add complete blocks quickly, then finish up the range in a final
-%   open block. We need to avoid as far as possible avoid dealing with ever
+%   open block. We need to avoid as far as possible avoid dealing with every
 %   single codepoint, so the middle step is optimised.
 %    \begin{macrocode}
   \cs_set_protected:Npn \@@_range:nnnn #1#2#3#4
@@ -668,7 +668,7 @@
 %    \end{macrocode}
 % Close out the final block, rename the first stage table, then combine all
 % of the block comma-lists into one large second-stage table with offsets.
-% As we use an index not an offet, there is a little back-and-forward to do.
+% As we use an index not an offset, there is a little back-and-forward to do.
 %    \begin{macrocode}
   \cs_set_protected:Npn \@@_finalise_blocks:
     {





More information about the latex3-commits mailing list.