diff scripts/strings/split.m @ 3458:d25bc039237b

[project @ 2000-01-19 09:36:14 by jwe]
author jwe
date Wed, 19 Jan 2000 09:36:28 +0000
parents f8dde1807dee
children 4d036412ccca
line wrap: on
line diff
--- a/scripts/strings/split.m
+++ b/scripts/strings/split.m
@@ -82,7 +82,7 @@
   m = eval (sprintf ("str2mat (%s);", cmd));
 
   else
-    error ("split:  both s and t must be strings");
+    error ("split: both s and t must be strings");
   endif
 
 endfunction