1
0
Fork 0

fix typo in warning message

This commit is contained in:
mfranz 2008-11-11 18:26:50 +00:00
parent 4529449b83
commit 4516233b7b

View file

@ -97,7 +97,7 @@ void FGATCMain::init_config() {
atcsim_config.append( ".fgfs-atc610x.xml" );
try {
SG_LOG(SG_GENERAL, SG_ALERT,
"Warning: loading depricated config file: " <<
"Warning: loading deprecated config file: " <<
atcsim_config.str() );
readProperties( atcsim_config.str(), globals->get_props() );
} catch (const sg_exception &e) {