# HG changeset patch # User Rik # Date 1288830485 25200 # Node ID a3cb42b394eb60de6094dc152593d354ca83187d # Parent 4cb1522e4d0fe0da4897e75173e7be0ad680d04f Fix typos in docstring and demo string. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2010-11-03 Rik + + * 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 * general/common_size.m, miscellaneous/private/__xzip__.m, diff --git a/scripts/plot/plotyy.m b/scripts/plot/plotyy.m --- 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", diff --git a/scripts/plot/xlim.m b/scripts/plot/xlim.m --- a/scripts/plot/xlim.m +++ b/scripts/plot/xlim.m @@ -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 diff --git a/scripts/plot/ylim.m b/scripts/plot/ylim.m --- a/scripts/plot/ylim.m +++ b/scripts/plot/ylim.m @@ -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 diff --git a/scripts/plot/zlim.m b/scripts/plot/zlim.m --- a/scripts/plot/zlim.m +++ b/scripts/plot/zlim.m @@ -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