changeset 21718:601ee461f231

shading.m: Correct typo in %!demos. shading.m: Correct "revesed" to "reversed" in %!demos.
author Rik <rik@octave.org>
date Mon, 16 May 2016 22:21:19 -0700
parents efdf6424003a
children ff054947d132
files scripts/plot/appearance/shading.m
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/shading.m	Fri Apr 15 20:11:06 2016 +1000
+++ b/scripts/plot/appearance/shading.m	Mon May 16 22:21:19 2016 -0700
@@ -114,7 +114,7 @@
 %! facecolor = get (h, 'facecolor');
 %! edgecolor = get (h, 'edgecolor');
 %! set (h, 'edgecolor', facecolor, 'facecolor', edgecolor)
-%! title ({'shading ''faceted''', 'with "edgecolor" and "facecolor" revesed'});
+%! title ({'shading ''faceted''', 'with "edgecolor" and "facecolor" reversed'});
 
 %!demo
 %! clf;
@@ -132,7 +132,7 @@
 %! facecolor = get (h, 'facecolor');
 %! edgecolor = get (h, 'edgecolor');
 %! set (h, 'edgecolor', facecolor, 'facecolor', edgecolor)
-%! title ({'shading ''flat''', 'with "edgecolor" and "facecolor" revesed'});
+%! title ({'shading ''flat''', 'with "edgecolor" and "facecolor" reversed'});
 
 %!demo
 %! clf;
@@ -150,7 +150,7 @@
 %! facecolor = get (h, 'facecolor');
 %! edgecolor = get (h, 'edgecolor');
 %! set (h, 'edgecolor', facecolor, 'facecolor', edgecolor)
-%! title ({'shading ''interp''', 'with "edgecolor" and "facecolor" revesed'});
+%! title ({'shading ''interp''', 'with "edgecolor" and "facecolor" reversed'});
 
 %!demo
 %! clf
@@ -177,7 +177,7 @@
 %! facecolor = get (h, 'facecolor');
 %! edgecolor = get (h, 'edgecolor');
 %! set (h, 'edgecolor', facecolor, 'facecolor', edgecolor)
-%! title ({'shading ''faceted''', 'with "edgecolor" and "facecolor" revesed'});
+%! title ({'shading ''faceted''', 'with "edgecolor" and "facecolor" reversed'});
 
 %!demo
 %! clf;
@@ -195,7 +195,7 @@
 %! facecolor = get (h, 'facecolor');
 %! edgecolor = get (h, 'edgecolor');
 %! set (h, 'edgecolor', facecolor, 'facecolor', edgecolor)
-%! title ({'shading ''flat''', 'with "edgecolor" and "facecolor" revesed'});
+%! title ({'shading ''flat''', 'with "edgecolor" and "facecolor" reversed'});
 
 %!demo
 %! clf;
@@ -213,5 +213,5 @@
 %! facecolor = get (h, 'facecolor');
 %! edgecolor = get (h, 'edgecolor');
 %! set (h, 'edgecolor', facecolor, 'facecolor', edgecolor)
-%! title ({'shading ''interp''', 'with "edgecolor" and "facecolor" revesed'});
+%! title ({'shading ''interp''', 'with "edgecolor" and "facecolor" reversed'});