]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Main.cxx
Logging: less verbose panel loading.
[flightgear.git] / src / Network / ATC-Main.cxx
index ed5ac8d9878de4a6cb1e47c3ee7cd2e1b7f78437..709a812d0d44ce7d6bbee5767980e837f51b924f 100644 (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) {