changeset 9630:d52e405df4f7

dlmwrite.m: fix typo
author John W. Eaton <jwe@octave.org>
date Tue, 08 Sep 2009 23:37:00 -0400
parents e1345a9002e8
children 00958d0c4e3c
files scripts/ChangeLog scripts/io/dlmwrite.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Sep 08 14:44:55 2009 -0400
+++ b/scripts/ChangeLog	Tue Sep 08 23:37:00 2009 -0400
@@ -1,3 +1,7 @@
+2009-09-08  John W. Eaton  <jwe@octave.org>
+
+	* io/dlmwrite.m: Fix typo.
+
 2009-09-06  Jaroslav Hajek  <highegg@gmail.com>
 
 	* optimization/fsolve.m: Change initial TR step strategy.
--- a/scripts/io/dlmwrite.m	Tue Sep 08 14:44:55 2009 -0400
+++ b/scripts/io/dlmwrite.m	Tue Sep 08 23:37:00 2009 -0400
@@ -85,7 +85,7 @@
 function dlmwrite (file, a, varargin)
 
   if (nargin < 2 || ! ischar (file))
-    ptint_usage ();
+    print_usage ();
   endif
 
   ## set defaults