diff scripts/plot/orient.m @ 17179:c3bd7314643c

doc: Periodic spellcheck of documentation. * doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to Octave-specific dictionary. * scripts/miscellaneous/edit.m: Use @nospell macro to stop spellchecking code samples. * scripts/image/imread.m, scripts/image/imwrite.m, scripts/linear-algebra/cond.m, scripts/plot/orient.m: Periodic spellcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:22:53 -0700
parents e7723410ec32
children bc924baa2c4e
line wrap: on
line diff
--- a/scripts/plot/orient.m
+++ b/scripts/plot/orient.m
@@ -25,7 +25,7 @@
 ##
 ## Valid values for @var{orientation} are "landscape", "portrait", and "tall".
 ##
-## The "tall" option sets the orientation to portait and fills
+## The "tall" option sets the orientation to portrait and fills
 ## the page with the plot, while leaving a 0.25 inch border.
 ##
 ## When called with no arguments, return the default print orientation.