[Mobies-commit] [commit] r4349 - GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter
ksmyth at redhat3.isis.vanderbilt.edu
ksmyth at redhat3.isis.vanderbilt.edu
Wed Nov 5 10:00:39 CST 2014
Author: ksmyth
Date: Wed Nov 5 10:00:39 2014
New Revision: 4349
Log:
typo
Modified:
GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/UdmApp.cpp
Modified: GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/UdmApp.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/UdmApp.cpp Tue Nov 4 10:59:39 2014 (r4348)
+++ GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/UdmApp.cpp Wed Nov 5 10:00:39 2014 (r4349)
@@ -173,7 +173,7 @@
vector<UMLModelTransformer::MetaInformation> mis = cnf.MetaInformation_kind_children();
if(mis.size() > 1)
{ //Error: The configuration file doesn't contain a meta information
- throw udm_exception("File Info Error: The configuration model comtains more than one Meta info atom.\nPlease delete all other Meta Info atoms.");
+ throw udm_exception("File Info Error: The configuration model contains more than one Meta info atom.\nPlease delete all other Meta Info atoms.");
}
else if(mis.size() == 0)
{ // Create a Meta info atom
More information about the Mobies-commit
mailing list