summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltfssdcl.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-04 23:35:12 +0000
committerKarl Berry <karl@freefriends.org>2014-11-04 23:35:12 +0000
commita60e31b8abec7099c8e6dc5004b173897e28f34f (patch)
tree8c27c6351041ec3a1b3d176f8246e9e4fd10f813 /Master/texmf-dist/source/latex/base/ltfssdcl.dtx
parentdbe0dfa8444b80708600bb095b9506d3c471a4a9 (diff)
latex2e multicol+doc (4nov14)
git-svn-id: svn://tug.org/texlive/trunk@35512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfssdcl.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltfssdcl.dtx12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfssdcl.dtx b/Master/texmf-dist/source/latex/base/ltfssdcl.dtx
index 4d8c4a90795..223d90ce3dd 100644
--- a/Master/texmf-dist/source/latex/base/ltfssdcl.dtx
+++ b/Master/texmf-dist/source/latex/base/ltfssdcl.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 1993-2011
+% Copyright 1993-2014
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -36,7 +36,7 @@
%
%
\ProvidesFile{ltfssdcl.dtx}
- [2011/09/03 v3.0o LaTeX Kernel (NFSS Declarative Interface)]
+ [2014/09/29 v3.0o LaTeX Kernel (NFSS Declarative Interface)]
% \iffalse
\documentclass{ltxdoc}
\begin{document}
@@ -576,7 +576,7 @@
\global\csname c@\expandafter\@gobble\string#1\endcsname\count@
% \end{macrocode}
% Now we loop over |\alpha@list| to add all math alphabets known so
-% far. We have to distinugish the case that an alphabet by default
+% far. We have to distinguish the case that an alphabet by default
% should produce an error in new versions.
% \begin{macrocode}
\def\alpha@elt##1##2##3{%
@@ -752,7 +752,7 @@
\else
\@latex@error{Math version `\expandafter\@gobblefour\string#1'
is not
- defined}{You probably mispelled the name of the math
+ defined}{You probably misspelled the name of the math
version.^^JOr you have to specify an additional package.}%
\fi
}
@@ -990,7 +990,7 @@
\else
\@latex@error{Math version `\expandafter\@gobblefour\string#1'
is not
- defined}{You probably mispelled the name of the math
+ defined}{You probably misspelled the name of the math
version.^^JOr you have to specify an additional package.}%
\fi
}
@@ -1289,7 +1289,7 @@
% \begin{macro}{\set@mathdelimiter}
% We have to end the definition of a math delimiter like |\lfloor|
% with a space and not with |\relax| as we did before, because
-% otherwise contructs involving |\abovewithdelims| will prematurely
+% otherwise constructs involving |\abovewithdelims| will prematurely
% end (pr/1329)
%
% \changes{v2.1q}{1995/04/02}{fix pr/1329}