changeset 18180:7eeaecac9b5b gui-release

fix cumsum typo
author Mike Sander <msander@cogeco.ca>
date Sun, 29 Dec 2013 21:17:31 -0500
parents b3838cedfe04
children 5f7f58866922
files libinterp/corefcn/data.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 --;
         }
     }