From 76097ce93c46135a16afa5a0d901b4bfc5dc22a4 Mon Sep 17 00:00:00 2001 From: scttgs0 Date: Sun, 30 Apr 2023 22:14:24 -0500 Subject: [PATCH] Minor: fix spelling --- src/FDM/LaRCsim/cherokee_engine.c | 2 +- src/GUI/FGPUICompatDialog.cxx | 4 ++-- src/Network/dds_props.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FDM/LaRCsim/cherokee_engine.c b/src/FDM/LaRCsim/cherokee_engine.c index 57ae7ff9a..c6b416d87 100644 --- a/src/FDM/LaRCsim/cherokee_engine.c +++ b/src/FDM/LaRCsim/cherokee_engine.c @@ -12,7 +12,7 @@ meaning that there is no time delay, engine acts as gain only. "Aerodynamics, Aeronautics and Flight Mechanics", John Wiley & Sons,1995, ISBN 0-471-11087-6 - any suggestions, corrections, aditional data, flames, everything to + any suggestions, corrections, additional data, flames, everything to Gordan Sikic gsikic@public.srce.hr diff --git a/src/GUI/FGPUICompatDialog.cxx b/src/GUI/FGPUICompatDialog.cxx index 77f8ead44..e5333f7e9 100644 --- a/src/GUI/FGPUICompatDialog.cxx +++ b/src/GUI/FGPUICompatDialog.cxx @@ -26,7 +26,7 @@ #include //////////////////////////////////////////////////////////// -// shoudl really be exposed properly +// should really be exposed properly extern naRef propNodeGhostCreate(naContext c, SGPropertyNode* n); class FGPUICompatDialog::DialogPeer : public nasal::Object @@ -172,7 +172,7 @@ bool FGPUICompatDialog::init() display(_props); _peer->callMethod("didBuild"); } catch (std::exception& e) { - SG_LOG(SG_GUI, SG_ALERT, "Faield to build dialog:" << e.what()); + SG_LOG(SG_GUI, SG_ALERT, "Failed to build dialog:" << e.what()); return false; } diff --git a/src/Network/dds_props.cxx b/src/Network/dds_props.cxx index 745099822..6f99174ed 100644 --- a/src/Network/dds_props.cxx +++ b/src/Network/dds_props.cxx @@ -80,7 +80,7 @@ bool FGDDSProps::process() { prop.version == FG_DDS_PROP_VERSION && prop.mode == FG_DDS_MODE_READ) { - // s is used to keep a copy of the string returend by + // s is used to keep a copy of the string returned by // p->getStringValue() in setProp until it is sent to the DDS layer. std::string s;