From 4516233b7b08eb367eb81412312abd09a36a6f62 Mon Sep 17 00:00:00 2001
From: mfranz <mfranz>
Date: Tue, 11 Nov 2008 18:26:50 +0000
Subject: [PATCH] fix typo in warning message

---
 src/Network/ATC-Main.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Network/ATC-Main.cxx b/src/Network/ATC-Main.cxx
index ed5ac8d98..709a812d0 100644
--- a/src/Network/ATC-Main.cxx
+++ b/src/Network/ATC-Main.cxx
@@ -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) {