1
0
Fork 0

Al MacLeod: fix typo

This commit is contained in:
mfranz 2005-10-04 20:36:38 +00:00
parent ac2f7d1e4b
commit bb55e4122f

View file

@ -991,7 +991,7 @@ static bool fgSetPosFromCarrier( const string& carrier, const string& posid ) {
return true;
} else {
SG_LOG( SG_GENERAL, SG_ALERT, "Failed to locate aircraft carroer = "
SG_LOG( SG_GENERAL, SG_ALERT, "Failed to locate aircraft carrier = "
<< carrier );
return false;
}