summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex-dev/base/ltlength.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-09 21:36:18 +0000
committerKarl Berry <karl@freefriends.org>2021-01-09 21:36:18 +0000
commitb33d382702e71037548dba5374e276b861ea8031 (patch)
tree1670ea7d19f460766341de9e97fe76c8bd09931f /Master/texmf-dist/source/latex-dev/base/ltlength.dtx
parent23616a07e621fb344c8329dfa20c60408b644d95 (diff)
latex-dev (9jan21)
git-svn-id: svn://tug.org/texlive/trunk@57365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex-dev/base/ltlength.dtx')
-rw-r--r--Master/texmf-dist/source/latex-dev/base/ltlength.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex-dev/base/ltlength.dtx b/Master/texmf-dist/source/latex-dev/base/ltlength.dtx
index f5b63ed35ea..388aac78d7e 100644
--- a/Master/texmf-dist/source/latex-dev/base/ltlength.dtx
+++ b/Master/texmf-dist/source/latex-dev/base/ltlength.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2020
+% Copyright (C) 1993-2021
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{ltlength.dtx}
- [2019/08/27 v1.1d LaTeX Kernel (Lengths)]
+ [2020/12/05 v1.1d LaTeX Kernel (Lengths)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltlength.dtx}
@@ -154,7 +154,7 @@
% This macro takes the contents of the skip register that is
% supplied as its argument and removes the fractional part to make
% it a whole number of points. This can be used in class files to
-% avoid values like |345.4666666pt| when calulating a dimension.
+% avoid values like |345.4666666pt| when calculating a dimension.
% \changes{LaTeX2e}{1993/11/22}{Macro added}
% \begin{macrocode}
\def\@settopoint#1{\divide#1\p@\multiply#1\p@}