Index: /issm/trunk-jpl/src/m/solve/solve.m
===================================================================
--- /issm/trunk-jpl/src/m/solve/solve.m	(revision 13382)
+++ /issm/trunk-jpl/src/m/solve/solve.m	(revision 13383)
@@ -70,5 +70,5 @@
 %we need to make sure we have PETSC support, otherwise, we run with only one cpu: 
 if ~ispetsc(),
-	disp('PETSC support not included, running on 1 cpu only!');
+	disp('PETSc support not included, running on 1 cpu only!');
 	cluster.np=1;
 end
