summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/graphics/keyval.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/keyval.dtx')
-rw-r--r--Master/texmf-dist/source/latex/graphics/keyval.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/keyval.dtx b/Master/texmf-dist/source/latex/graphics/keyval.dtx
index 864e2c08380..ca7275ef13c 100644
--- a/Master/texmf-dist/source/latex/graphics/keyval.dtx
+++ b/Master/texmf-dist/source/latex/graphics/keyval.dtx
@@ -17,7 +17,7 @@
%<driver> \ProvidesFile{keyval.drv}
% \fi
% \ProvidesFile{keyval.dtx}
- [2014/05/08 v1.15 key=value parser (DPC)]
+ [2014/10/28 v1.15 key=value parser (DPC)]
%
% \iffalse
%</!plain>
@@ -133,7 +133,7 @@
% and |clip|. Except for the last, they must all be given a value if
% used.
%
-% Note how in the following, any white space arround |=| or |,| is
+% Note how in the following, any white space around |=| or |,| is
% ignored, as are the `empty' arguments caused by extra commas. Note
% also that each macro receives \emph{exactly} the tokens that you
% specify as arguments, no premature expansion is done.
@@ -325,7 +325,7 @@
% groups that surround the entire value, so |{abcd}| \emph{is} treated
% correctly as |abcd|. Prior to v1.14, two levels of bracing are removed, if
% you require the entire argument to be a single brace group, you had
-% use |{{{abcd}}}|, fron v1.14 exactly one brace grup is removed, so to make
+% use |{{{abcd}}}|, from v1.14 exactly one brace group is removed, so to make
% the entire value be a brace group you need |{{abc}}|.
%
% \begin{macrocode}