changeset 9467:49f890499ebc

fix typo in gnuplot_binary
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 29 Jul 2009 10:08:58 +0200
parents 2ebd0717c12d
children 5af462716bff
files scripts/ChangeLog scripts/plot/gnuplot_binary.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Jul 29 09:09:48 2009 +0200
+++ b/scripts/ChangeLog	Wed Jul 29 10:08:58 2009 +0200
@@ -1,3 +1,7 @@
+2009-07-29  Jaroslav Hajek  <highegg@gmail.com>
+
+	* plot/gnuplot_binary.m: Fix typo.
+
 2009-07-27  Jaroslav Hajek  <highegg@gmail.com>
 
 	* optimization/fzero.m: Use "global" parameter in str2func.
--- a/scripts/plot/gnuplot_binary.in	Wed Jul 29 09:09:48 2009 +0200
+++ b/scripts/plot/gnuplot_binary.in	Wed Jul 29 10:08:58 2009 +0200
@@ -18,7 +18,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Loadable Function} {[@var{prog}, @var{args}] =} gnuplot_binary ()
-## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @varg{arg1}, @dots{})
+## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @var{arg1}, @dots{})
 ## Query or set the name of the program invoked by the plot command
 ## and any arguments to pass to it.  Previous arguments are returned
 ## as a cell array.