[latex3-commits] [l3svn] r6094 - Fix "loose" => "lose" where appropriate
noreply at latex-project.org
noreply at latex-project.org
Fri Sep 25 18:06:28 CEST 2015
Author: bruno
Date: 2015-09-25 18:06:28 +0200 (Fri, 25 Sep 2015)
New Revision: 6094
Modified:
trunk/l3build/l3build.lua
trunk/l3leftovers/l3chk.dtx
trunk/l3packages/xparse/xparse.dtx
trunk/xpackages/xor/xo-or.dtx
Log:
Fix "loose" => "lose" where appropriate
Modified: trunk/l3build/l3build.lua
===================================================================
--- trunk/l3build/l3build.lua 2015-09-25 15:42:23 UTC (rev 6093)
+++ trunk/l3build/l3build.lua 2015-09-25 16:06:28 UTC (rev 6094)
@@ -845,7 +845,7 @@
line = round_digits(line, "plus")
line = round_digits(line, "minus")
end
- -- LuaTeX writes ^^M as a new line, which we loose
+ -- LuaTeX writes ^^M as a new line, which we lose
line = string.gsub(line, "%^%^M", "")
-- Remove U+ notation in the "Missing character" message
line = string.gsub(
Modified: trunk/l3leftovers/l3chk.dtx
===================================================================
--- trunk/l3leftovers/l3chk.dtx 2015-09-25 15:42:23 UTC (rev 6093)
+++ trunk/l3leftovers/l3chk.dtx 2015-09-25 16:06:28 UTC (rev 6094)
@@ -104,7 +104,7 @@
% \tex_global_chk: |
% }
% To allow implementations where we precede some function with
-% "\tex_global:D" without loosing the possibility to check for the
+% "\tex_global:D" without losing the possibility to check for the
% correct variable type the following helper functions can be used:
% "\chk_local_or_tex_global:N" <cs> is the variable check which is
% usually let to "\chk_local:N", i.e.\ it will check that its argument
@@ -209,7 +209,7 @@
% \begin{macro}{\tex_global_chk:}
% \begin{macro}{\chk_local_or_tex_global:N}
% To allow implementations where we precede some function with
-% |\tex_global:D| without loosing the possibility to check for the
+% |\tex_global:D| without losing the possibility to check for the
% correct type of a variable, the following helper functions can be
% used: |\chk_local_or_tex_global:N| \meta{variable} is the variable
% check which is usually |\cs_set_eq:NN| to |\chk_local:N|, i.e.\ it will
Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx 2015-09-25 15:42:23 UTC (rev 6093)
+++ trunk/l3packages/xparse/xparse.dtx 2015-09-25 16:06:28 UTC (rev 6094)
@@ -1912,7 +1912,7 @@
}
}
% \end{macrocode}
-% This section needs a little explanation. In order to avoid loosing any
+% This section needs a little explanation. In order to avoid losing any
% braces, a token needs to be inserted before the argument to be grabbed.
% If the argument runs away because the closing token is missing then this
% inserted token shows up in the terminal. Ideally, |#1| would therefore be
Modified: trunk/xpackages/xor/xo-or.dtx
===================================================================
--- trunk/xpackages/xor/xo-or.dtx 2015-09-25 15:42:23 UTC (rev 6093)
+++ trunk/xpackages/xor/xo-or.dtx 2015-09-25 16:06:28 UTC (rev 6094)
@@ -1528,7 +1528,7 @@
% (from our special penalty) which gets set to~$10000$ by \TeX{} followed
% perhaps by another penalty from the line breaking followed probably by
% interline glue calculated to make the next line of text fit vertically
-% with the preceding one -- and we don't want to loose that glue if we
+% with the preceding one -- and we don't want to lose that glue if we
% are ending up in the middle of a column. But we want to make it vanish if
% we happen to finally break at the special penalty place.
%
More information about the latex3-commits
mailing list