diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3file.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3file.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx index 67461fd01c9..6b76cf6b341 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3file.dtx 4446 2013-01-14 00:03:17Z bruno $ +\GetIdInfo$Id: l3file.dtx 4483 2013-05-01 10:57:41Z bruno $ {L3 File and I/O operations} %</driver|package> %<*driver> @@ -910,7 +910,7 @@ % auxiliary function does not issue an error if the file is not found. % \begin{macrocode} \prg_new_protected_conditional:Npnn \ior_open:Nn #1#2 { T , F , TF } - { \__file_name_sanitize:nn {#2} { \@@_open:NnTF #1 } } + { \__file_name_sanitize:nn {#2} { \@@_open_aux:NnTF #1 } } \cs_generate_variant:Nn \ior_open:NnT { c } \cs_generate_variant:Nn \ior_open:NnF { c } \cs_generate_variant:Nn \ior_open:NnTF { c } @@ -1374,7 +1374,7 @@ % \c_@@_wrap_indent_marker_tl, % \c_@@_wrap_unindent_marker_tl % } -% Every special action of the wrapping code is preceeded by +% Every special action of the wrapping code is preceded by % the same recognizable string, \cs{c_@@_wrap_marker_tl}. % Upon seeing that \enquote{word}, the wrapping code reads % one space-delimited argument to know what operation to @@ -1683,7 +1683,7 @@ % Deprecated on 2012-06-28, for removal by 2012-12-31. % % \begin{macro}{\iow_wrap:xnnnN} -% This was renamed and one unneed argument was removed. +% This was renamed and one unneeded argument was removed. % \begin{macrocode} %<*deprecated> \cs_new_protected:Npn \iow_wrap:xnnnN #1#2#3#4#5 |