changeset 15009:6239f5806c26

Fix typos introduced by changeset 5d3a684236b0. * slice.m, uigetfile.m, uiputfile.m: Fix typos introduced by changeset 5d3a684236b0.
author Rik <rik@octave.org>
date Tue, 24 Jul 2012 13:38:58 -0700
parents ff9a638a5555
children f7bcfb3b96e7
files scripts/plot/slice.m scripts/plot/uigetfile.m scripts/plot/uiputfile.m
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/slice.m
+++ b/scripts/plot/slice.m
@@ -104,7 +104,7 @@
     x = varargin{1};
     y = varargin{2};
     z = varargin{3};
-    if (isvector (x) && isvector (y) && isvector (z)]))
+    if (isvector (x) && isvector (y) && isvector (z))
       [x, y, z] = meshgrid (x, y, z);
     elseif (ndims (x) == 3 && size_equal (x, y, z))
       ## Do nothing.
--- a/scripts/plot/uigetfile.m
+++ b/scripts/plot/uigetfile.m
@@ -81,7 +81,7 @@
     error ("uigetfile: number of input arguments must be less than eight");
   endif
 
-  defaultvals = {cell (0, 2),        # File Filter
+  defaultvals = {cell(0, 2),         # File Filter
                  "Open File",        # Dialog Title
                  "",                 # Default file name
                  [240, 120],         # Dialog Position (pixel x/y)
--- a/scripts/plot/uiputfile.m
+++ b/scripts/plot/uiputfile.m
@@ -72,7 +72,7 @@
     print_usage ();
   endif
 
-  defaultvals = {cell (0, 2),    # File Filter
+  defaultvals = {cell(0, 2),     # File Filter
                  "Save File",    # Dialog Title
                  "",             # Default file name
                  [240, 120],     # Dialog Position (pixel x/y)