# HG changeset patch # User David Bateman # Date 1232487569 -3600 # Node ID 193bf0e6c5671d054e88818f6729feca6053fe50 # Parent d66c9b6e506ab48a61da39b04218d01433816364 minor doc fix diff -r d66c9b6e506a -r 193bf0e6c567 scripts/plot/clabel.m --- a/scripts/plot/clabel.m Tue Jan 20 21:16:42 2009 +0100 +++ b/scripts/plot/clabel.m Tue Jan 20 22:39:29 2009 +0100 @@ -29,12 +29,12 @@ ## that are returned by @code{contour}, @code{contourf} and @code{contour3}. ## The contour labels are rotated and placed in the contour itself. ## -## By default, all contours are labelled. However, the conours to label can be +## By default, all contours are labelled. However, the contours to label can be ## specified by the vector @var{v}. If the "manual" argument is given then ## the contours to label can be selected with the mouse. ## ## Additional property/value pairs that are valid properties of text objects -## can be given and are passed to the underlying text cobjects. Additionally, +## can be given and are passed to the underlying text objects. Additionally, ## the property "LabelSpacing" is available allowing the spacing between labels ## on a contour (in points) to be specified. The default is 144 points, or 2 ## inches.