Index: /issm/trunk/src/m/utils/Exp/readwrite/expread.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/readwrite/expread.m	(revision 1259)
+++ /issm/trunk/src/m/utils/Exp/readwrite/expread.m	(revision 1260)
@@ -19,5 +19,5 @@
 %some checks
 if ~exist(name),
-	error(['expread error message: file ' name 'not found!']);
+	error(['expread error message: file ' name ' not found!']);
 end
 
