From: mfranz Date: Thu, 2 Feb 2006 00:47:30 +0000 (+0000) Subject: cosmetics X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9968dfd814309c31bd477663d003a27357fe0d9d;p=flightgear.git cosmetics --- diff --git a/src/Cockpit/panel_io.cxx b/src/Cockpit/panel_io.cxx index 40963f3d0..32980d0e0 100644 --- a/src/Cockpit/panel_io.cxx +++ b/src/Cockpit/panel_io.cxx @@ -175,7 +175,7 @@ readAction (const SGPropertyNode * node, float w_scale, float h_scale) SGPropertyNode *binding; vectorbindings = 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]);