Index: /issm/trunk-jpl/src/c/classes/IoModel.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 16212)
+++ /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 16213)
@@ -1100,5 +1100,5 @@
 		case 5: //boolean vector
 			this->FetchData(&doublearray,&M,&N,vector_enum); //we still have a doublearray, because it might include times in transient mode
-			if(!doublearray) _error_(EnumToStringx(vector_enum)<<" not found in bindary file");
+			if(!doublearray) _error_(EnumToStringx(vector_enum)<<" not found in binary file");
 			for(i=0;i<elements->Size();i++){
 				Element* element=dynamic_cast<Element*>(elements->GetObjectByOffset(i));
@@ -1108,5 +1108,5 @@
 		case 6: //int vector
 			this->FetchData(&doublearray,&M,&N,vector_enum); //we still have a doublearray, because it might include times in transient mode
-			if(!doublearray) _error_(EnumToStringx(vector_enum)<<" not found in bindary file");
+			if(!doublearray) _error_(EnumToStringx(vector_enum)<<" not found in binary file");
 			for(i=0;i<elements->Size();i++){
 				Element* element=dynamic_cast<Element*>(elements->GetObjectByOffset(i));
@@ -1116,5 +1116,5 @@
 		case 7: //IssmDouble vector
 			this->FetchData(&doublearray,&M,&N,vector_enum);
-			if(!doublearray) _error_(EnumToStringx(vector_enum)<<" not found in bindary file");
+			if(!doublearray) _error_(EnumToStringx(vector_enum)<<" not found in binary file");
 			for(i=0;i<elements->Size();i++){
 				Element* element=dynamic_cast<Element*>(elements->GetObjectByOffset(i));
