changeset 6740:605ea655366d

[project @ 2007-06-16 15:51:49 by jwe]
author jwe
date Sat, 16 Jun 2007 15:51:49 +0000
parents db0a05a61d09
children 00116015904d
files doc/interpreter/contributors.in scripts/ChangeLog scripts/plot/legend.m
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/contributors.in	Fri Jun 15 21:59:16 2007 +0000
+++ b/doc/interpreter/contributors.in	Sat Jun 16 15:51:49 2007 +0000
@@ -54,6 +54,7 @@
 Tomislav Goles
 Keith Goodman
 Etienne Grossmann
+Peter Gustafson
 Kai Habel
 William P. Y. Hadisoeseno
 Benjamin Hall
@@ -154,6 +155,7 @@
 Alois Schloegl
 Michel D. Schmid
 Nicol N. Schraudolph
+Sebastian Schubert
 Ludwig Schwardt
 Daniel J. Sebald
 Dmitri A. Sergatskov
--- a/scripts/ChangeLog	Fri Jun 15 21:59:16 2007 +0000
+++ b/scripts/ChangeLog	Sat Jun 16 15:51:49 2007 +0000
@@ -1,3 +1,7 @@
+2007-06-16  Søren Hauberg  <hauberg@gmail.com>
+
+        * plot/legend.m: Replace 'vargin' with 'varargin'.
+
 2007-06-15  John W. Eaton  <jwe@octave.org>
 
 	* plot/__go_draw_axes__.m: Only attempt label rotation if
--- a/scripts/plot/legend.m	Fri Jun 15 21:59:16 2007 +0000
+++ b/scripts/plot/legend.m	Sat Jun 16 15:51:49 2007 +0000
@@ -129,7 +129,7 @@
 	nargs--;
       else
 	varargin = cellstr (arg);
-	nargs = numel (vargin);
+	nargs = numel (varargin);
       endif
     elseif (iscellstr (arg))
       varargin = arg;