changeset 15716:e8a4b99f8bd8

Correct typo in docstring in changeset 6ae93518356c. * rgbplot.m: Correct typo @cdoe to @code.
author Ben Abbott <bpabbott@mac.com>
date Sun, 02 Dec 2012 13:59:00 -0800
parents 6ae93518356c
children 3d2357969627
files scripts/image/rgbplot.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/rgbplot.m	Sun Dec 02 10:17:46 2012 -0800
+++ b/scripts/image/rgbplot.m	Sun Dec 02 13:59:00 2012 -0800
@@ -39,7 +39,7 @@
 ##
 ## The optional return value @var{h} is a graphics handle to the created plot.
 ##
-## Run @code{demo rgbplot} to see an example of @cdoe{rgpblot} and each style
+## Run @code{demo rgbplot} to see an example of @code{rgbplot} and each style
 ## option.
 ## @seealso{colormap}
 ## @end deftypefn