[latex3-commits] [git/LaTeX3-latex3-iftex] master: fixed typos [ci skip] (08b94ed)

Frank Mittelbach frank.mittelbach at latex-project.org
Sat Oct 26 17:46:41 CEST 2019


Repository : https://github.com/latex3/iftex
On branch  : master
Link       : https://github.com/latex3/iftex/commit/08b94edbd6d039b5379b648952f38236580d6750

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

commit 08b94edbd6d039b5379b648952f38236580d6750
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Oct 26 17:46:41 2019 +0200

    fixed typos [ci skip]


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

08b94edbd6d039b5379b648952f38236580d6750
 iftex.sty | 4 ++--
 iftex.tex | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/iftex.sty b/iftex.sty
index a757d58..e0b11bf 100644
--- a/iftex.sty
+++ b/iftex.sty
@@ -127,8 +127,8 @@
 \ifx\directlua\@undefined
 \else
 
-% make sure \deokenize is available,
-% but avoid defining it if not already defined/
+% make sure \detokenize is available,
+% but avoid defining it if not already defined.
   \let\IFTEX at temp\detokenize
   \directlua{tex.enableprimitives("", {"detokenize"})}
 
diff --git a/iftex.tex b/iftex.tex
index efd903a..f9802db 100644
--- a/iftex.tex
+++ b/iftex.tex
@@ -37,7 +37,7 @@ For each \TeX\ variant engine supported two commands are provided:
  a conditional, \verb|\iffootex| that is true if the \textsf(footex)
 engine (or a compatible extension) is being used.
 
-For compatibility with earlier packages which did not all use teh same
+For compatibility with earlier packages which did not all use the same
 naming convention all these conditionals are provided in two forms, a
 lowercase name \verb|\iffootex| and a mixed case name \verb|\ifooTeX|.
 
@@ -125,7 +125,7 @@ true for Lua\TeX\ and Xe\TeX, allowing constructs such as
 \section{Requiring specific engines}
 For each supported engine, the package provides a command
 \verb|\Require...| which checks that the document id being processed
-with a suitable engine, and stops with an error messag if not.
+with a suitable engine, and stops with an error message if not.
 
 \begin{description}
 \item[\cs{RequireeTeX}]





More information about the latex3-commits mailing list