changeset 10714:600bdfb08540

Fix typo in spy.m
author Brad Froehle <brad.froehle@gmail.com>
date Thu, 17 Jun 2010 23:00:21 +0200
parents 0e05ed9f2a62
children 53253f796351
files doc/interpreter/contributors.in scripts/ChangeLog scripts/sparse/spy.m
diffstat 3 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/contributors.in	Thu Jun 17 08:44:39 2010 +0200
+++ b/doc/interpreter/contributors.in	Thu Jun 17 23:00:21 2010 +0200
@@ -49,6 +49,7 @@
 Ramon Garcia Fernandez
 Torsten Finke
 Jose Daniel Munoz Frias
+Brad Froehle
 Castor Fu
 Eduardo Gallestey
 Walter Gautschi
--- a/scripts/ChangeLog	Thu Jun 17 08:44:39 2010 +0200
+++ b/scripts/ChangeLog	Thu Jun 17 23:00:21 2010 +0200
@@ -1,3 +1,7 @@
+2010-06-17  Brad Froehle <brad.froehle@gmail.com>
+
+	* sparse/spy.m: Fix typo.
+
 2010-06-16  Rik <octave@nomad.inbox5.com>
 
         * set/union.m: Remove seealso reference to deprecated function.
--- a/scripts/sparse/spy.m	Thu Jun 17 08:44:39 2010 +0200
+++ b/scripts/sparse/spy.m	Thu Jun 17 23:00:21 2010 +0200
@@ -35,7 +35,7 @@
   endif
 
   markersize = NaN;
-  if (numel (i) < 1000)
+  if (numel (x) < 1000)
     line_spec = "*";
   else
     line_spec = ".";