diff scripts/plot/plotyy.m @ 11189:a3cb42b394eb

Fix typos in docstring and demo string.
author Rik <octave@nomad.inbox5.com>
date Wed, 03 Nov 2010 17:28:05 -0700
parents fe3c3dfc07eb
children 9f080d23396f
line wrap: on
line diff
--- a/scripts/plot/plotyy.m
+++ b/scripts/plot/plotyy.m
@@ -217,7 +217,7 @@
 %! ylabel (ax(1), "Axis 1");
 %! ylabel (ax(2), "Axis 2");
 %! axes (ax(1))
-%! text (0.5, 0.5, "Leftt Axis",
+%! text (0.5, 0.5, "Left Axis",
 %!       "color", [0 0 1], "horizontalalignment", "center")
 %! axes (ax(2))
 %! text (4.5, 80, "Right Axis",