diff libinterp/corefcn/data.cc @ 18180:7eeaecac9b5b gui-release

fix cumsum typo
author Mike Sander <msander@cogeco.ca>
date Sun, 29 Dec 2013 21:17:31 -0500
parents 56d2b6838405
children 775e7874b38d bd1fd4ed3d67
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Tue Dec 31 13:31:45 2013 +0100
+++ b/libinterp/corefcn/data.cc	Sun Dec 29 21:17:31 2013 -0500
@@ -1122,7 +1122,7 @@
           else if (str == "double")
             isdouble = true;
           else
-            error ("sum: unrecognized string argument");
+            error ("cumsum: unrecognized string argument");
           nargin --;
         }
     }