1
0
Fork 0

Fix a typo

This commit is contained in:
ehofman 2003-03-20 22:31:25 +00:00
parent 254dc934d1
commit 076e9878d1

View file

@ -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,