From 9968dfd814309c31bd477663d003a27357fe0d9d Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 2 Feb 2006 00:47:30 +0000 Subject: [PATCH] cosmetics --- src/Cockpit/panel_io.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.39.5