From 076e9878d187a19f643b7ddcb946c435202c7572 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 20 Mar 2003 22:31:25 +0000 Subject: [PATCH] Fix a typo --- src/Main/fg_init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 9c77d4569..34d1345c0 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -739,7 +739,7 @@ static bool fgSetPosFromAirportIDandRwy( const string& id, const string& rwy ) { SG_LOG( SG_GENERAL, SG_INFO, "Attempting to set starting position for " - << id << ":" << runway ); + << id << ":" << rwy ); if ( ! runways.search( id, rwy, &r ) ) { SG_LOG( SG_GENERAL, SG_ALERT,