]> git.mxchange.org Git - flightgear.git/commitdiff
cosmetics
authormfranz <mfranz>
Thu, 2 Feb 2006 00:47:30 +0000 (00:47 +0000)
committermfranz <mfranz>
Thu, 2 Feb 2006 00:47:30 +0000 (00:47 +0000)
src/Cockpit/panel_io.cxx

index 40963f3d0c67c5c2908464aec43543c6614f1877..32980d0e0f817c85c63597e34be40d04cf5926f6 100644 (file)
@@ -175,7 +175,7 @@ readAction (const SGPropertyNode * node, float w_scale, float h_scale)
   SGPropertyNode *binding;
   vector<SGPropertyNode_ptr>bindings = node->getChildren("binding");
 
-  // button-less actions are fired initially, then fogotten
+  // button-less actions are fired initially
   if (!node->hasValue("w") || !node->hasValue("h")) {
     for (i = 0; i < bindings.size(); i++) {
       FGBinding b(bindings[i]);