1
0
Fork 0

Fix a typo in the comments

This commit is contained in:
daveluff 2003-11-04 12:00:36 +00:00
parent a5014c67a8
commit 29fa5ce8ec

View file

@ -151,7 +151,7 @@ The second is that the user has started the sim at or close to the airport, and
hence the traffic must be initialised with respect to the user as well as each other.
To a certain extent it's FGAIMgr that has to worry about this, but we need to provide
sufficient initialisation functionality within the plane classes to allow the manager
to initialy position them where and how required.
to initially position them where and how required.
*/
bool FGAILocalTraffic::Init(string ICAO, OperatingState initialState, PatternLeg initialLeg) {
//cout << "FGAILocalTraffic.Init(...) called" << endl;