Index: mttroot/mtt/bin/trans/m/mtt_cbg.m ================================================================== --- mttroot/mtt/bin/trans/m/mtt_cbg.m +++ mttroot/mtt/bin/trans/m/mtt_cbg.m @@ -8,11 +8,11 @@ ## File name cbg_file = sprintf("%s_cbg",name); if (exist(cbg_file)==0) - error(sprintf("mtt_component_eqn: subystem \"%s\" does not exist", name)); + error(sprintf("mtt_cbg: subsystem \"%s\" does not exist", name)); endif ## Subsystem data structure cbg = eval(sprintf("%s;", cbg_file));