]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo in the comments
authordaveluff <daveluff>
Tue, 4 Nov 2003 12:00:36 +0000 (12:00 +0000)
committerdaveluff <daveluff>
Tue, 4 Nov 2003 12:00:36 +0000 (12:00 +0000)
src/ATC/AILocalTraffic.cxx

index 9c45bc1dc6402c899500cd4f491204caf057a1da..9f39be091a38cbd2477dc09dea0c4bfbf82a8167 100644 (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;