changeset 24608:e2cf81bcdf01 stable

print.m: Fix typo in docstring. * print.m: Change "positon" to "position".
author Rik <rik@octave.org>
date Tue, 16 Jan 2018 17:21:21 -0800
parents 4a4a8b2a5bf2
children 55f61915701b 60d6914d801b
files scripts/plot/util/print.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Mon Jan 15 10:31:30 2018 -0800
+++ b/scripts/plot/util/print.m	Tue Jan 16 17:21:21 2018 -0800
@@ -41,7 +41,7 @@
 ## by the figure's @code{paperorientation} property.
 ##
 ## The width and height of images are specified by the figure's
-## @code{paperpositon(3:4)} property values.
+## @code{paperposition(3:4)} property values.
 ##
 ## The @code{print} command supports many @var{options}:
 ##