Index: /issm/trunk-jpl/src/m/exp/expcoarsen.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/expcoarsen.m	(revision 13134)
+++ /issm/trunk-jpl/src/m/exp/expcoarsen.m	(revision 13135)
@@ -15,5 +15,5 @@
 	error('expcoarsen usage: expcoarsen(newfile,oldfile,resolution)')
 elseif ~exist(oldfile)
-	error(['expcut error message: the file ' oldfile  'does not exist'])
+	error(['expcut error message: the file ' oldfile ' does not exist'])
 elseif exist(newfile),
 	choice=input(['A file ' newfile ' already exists, do you want to modify it? (y/n)'],'s');
