From 29fa5ce8ec5a241ee4f9384eb80071fdbaf57cc3 Mon Sep 17 00:00:00 2001 From: daveluff Date: Tue, 4 Nov 2003 12:00:36 +0000 Subject: [PATCH] Fix a typo in the comments --- src/ATC/AILocalTraffic.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/AILocalTraffic.cxx b/src/ATC/AILocalTraffic.cxx index 9c45bc1dc..9f39be091 100644 --- a/src/ATC/AILocalTraffic.cxx +++ b/src/ATC/AILocalTraffic.cxx @@ -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; -- 2.39.5