[latex3-commits] [git/LaTeX3-latex3-latex3] main: Fix typo (c260bb631)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 7 13:49:04 CET 2023


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

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

commit c260bb63131edde9bbb1c79cd17d96b1b3138244
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 7 12:49:04 2023 +0000

    Fix typo


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

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

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 4f3d0d0c6..af25f92c0 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -643,11 +643,11 @@
 %    \end{macrocode}
 % \end{variable}
 %
-% \begin{variable}{\l_@@_ingore_error_bool}
+% \begin{variable}{\l_@@_ignore_error_bool}
 %   Used to avoid issuing multiple errors if there is a change-of-model with
 %   input container an error.
 %    \begin{macrocode}
-\bool_new:N \l_@@_ingore_error_bool
+\bool_new:N \l_@@_ignore_error_bool
 %    \end{macrocode}
 % \end{variable}
 %
@@ -970,7 +970,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_parse_loop_check:nn #1#2
   {
-    \bool_if:NF \l_@@_ingore_error_bool
+    \bool_if:NF \l_@@_ignore_error_bool
       {
         \bool_lazy_or:nnT
           { \fp_compare_p:nNn {#1} < { 0 } }
@@ -1806,7 +1806,7 @@
             \prop_if_in:cnF { l_@@_named_ #1 _prop } {##1}
               {
                 \group_begin:
-                  \bool_set_true:N \l_@@_ingore_error_bool
+                  \bool_set_true:N \l_@@_ignore_error_bool
                   \tl_set:cn { l_@@_named_ #3 _tl } {##1}
                   \@@_parse:nN {#2} \l_@@_internal_tl
                 \exp_args:NNNV \group_end:





More information about the latex3-commits mailing list.