Minor: fix spelling
This commit is contained in:
parent
852b6e7fa5
commit
76097ce93c
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ meaning that there is no time delay, engine acts as gain only.
|
||||||
"Aerodynamics, Aeronautics and Flight Mechanics",
|
"Aerodynamics, Aeronautics and Flight Mechanics",
|
||||||
John Wiley & Sons,1995, ISBN 0-471-11087-6
|
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
|
Gordan Sikic
|
||||||
gsikic@public.srce.hr
|
gsikic@public.srce.hr
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <simgear/nasal/cppbind/NasalObject.hxx>
|
#include <simgear/nasal/cppbind/NasalObject.hxx>
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// shoudl really be exposed properly
|
// should really be exposed properly
|
||||||
extern naRef propNodeGhostCreate(naContext c, SGPropertyNode* n);
|
extern naRef propNodeGhostCreate(naContext c, SGPropertyNode* n);
|
||||||
|
|
||||||
class FGPUICompatDialog::DialogPeer : public nasal::Object
|
class FGPUICompatDialog::DialogPeer : public nasal::Object
|
||||||
|
@ -172,7 +172,7 @@ bool FGPUICompatDialog::init()
|
||||||
display(_props);
|
display(_props);
|
||||||
_peer->callMethod<void>("didBuild");
|
_peer->callMethod<void>("didBuild");
|
||||||
} catch (std::exception& e) {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,7 +80,7 @@ bool FGDDSProps::process() {
|
||||||
prop.version == FG_DDS_PROP_VERSION &&
|
prop.version == FG_DDS_PROP_VERSION &&
|
||||||
prop.mode == FG_DDS_MODE_READ)
|
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.
|
// p->getStringValue() in setProp until it is sent to the DDS layer.
|
||||||
std::string s;
|
std::string s;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue