1
0
Fork 0

Fix propellor spelling.

This commit is contained in:
curt 2001-12-05 16:05:26 +00:00
parent 06c4076cf5
commit 6d077f4127
2 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ FGControls::bind ()
fgTie(name, this, index,
&FGControls::get_mixture, &FGControls::set_mixture);
fgSetArchivable(name);
sprintf(name, "/controls/propellor-pitch[%d]", index);
sprintf(name, "/controls/propeller-pitch[%d]", index);
fgTie(name, this, index,
&FGControls::get_prop_advance, &FGControls::set_prop_advance);
fgSetArchivable(name);
@ -147,7 +147,7 @@ FGControls::unbind ()
fgUntie(name);
sprintf(name, "/controls/mixture[%d]", index);
fgUntie(name);
sprintf(name, "/controls/propellor-pitch[%d]", index);
sprintf(name, "/controls/propeller-pitch[%d]", index);
fgUntie(name);
sprintf(name, "/controls/magnetos[%d]", index);
fgUntie(name);

View file

@ -1,4 +1,4 @@
/* src/Include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* src/Include/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const