From: ehofman Date: Thu, 20 Mar 2003 22:31:25 +0000 (+0000) Subject: Fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=076e9878d187a19f643b7ddcb946c435202c7572;p=flightgear.git Fix a typo --- 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,