changeset 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 4cb1522e4d0f
children b1f4bdc276b6
files scripts/ChangeLog scripts/plot/plotyy.m scripts/plot/xlim.m scripts/plot/ylim.m scripts/plot/zlim.m
diffstat 5 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Nov 03 17:20:56 2010 -0700
+++ b/scripts/ChangeLog	Wed Nov 03 17:28:05 2010 -0700
@@ -1,3 +1,8 @@
+2010-11-03  Rik  <octave@nomad.inbox5.com>
+
+	* scripts/plot/plotyy.m, scripts/plot/xlim.m, scripts/plot/ylim.m,
+	  scripts/plot/zlim.m: Fix typos in docstring and demo string.
+
 2010-11-03  Rik  <octave@nomad.inbox5.com>
 
 	* general/common_size.m, miscellaneous/private/__xzip__.m, 
--- a/scripts/plot/plotyy.m	Wed Nov 03 17:20:56 2010 -0700
+++ b/scripts/plot/plotyy.m	Wed Nov 03 17:28:05 2010 -0700
@@ -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",
--- a/scripts/plot/xlim.m	Wed Nov 03 17:20:56 2010 -0700
+++ b/scripts/plot/xlim.m	Wed Nov 03 17:28:05 2010 -0700
@@ -32,7 +32,7 @@
 ## current plotting mode can be set by passing either 'auto' or 'manual' 
 ## as the argument.
 ##
-## If passed an handle as the first argument, then operate on this handle
+## If passed a handle as the first argument, then operate on this handle
 ## rather than the current axes handle.
 ## @seealso{ylim, zlim, set, get, gca}
 ## @end deftypefn
--- a/scripts/plot/ylim.m	Wed Nov 03 17:20:56 2010 -0700
+++ b/scripts/plot/ylim.m	Wed Nov 03 17:28:05 2010 -0700
@@ -32,7 +32,7 @@
 ## current plotting mode can be set by passing either 'auto' or 'manual' 
 ## as the argument.
 ##
-## If passed an handle as the first argument, then operate on this handle
+## If passed a handle as the first argument, then operate on this handle
 ## rather than the current axes handle.
 ## @seealso{xlim, zlim, set, get, gca}
 ## @end deftypefn
--- a/scripts/plot/zlim.m	Wed Nov 03 17:20:56 2010 -0700
+++ b/scripts/plot/zlim.m	Wed Nov 03 17:28:05 2010 -0700
@@ -32,7 +32,7 @@
 ## current plotting mode can be set by passing either 'auto' or 'manual' 
 ## as the argument.
 ##
-## If passed an handle as the first argument, then operate on this handle
+## If passed a handle as the first argument, then operate on this handle
 ## rather than the current axes handle.
 ## @seealso{xlim, ylim, set, get, gca}
 ## @end deftypefn