]> git.mxchange.org Git - flightgear.git/commitdiff
Fix propellor spelling.
authorcurt <curt>
Wed, 5 Dec 2001 16:05:26 +0000 (16:05 +0000)
committercurt <curt>
Wed, 5 Dec 2001 16:05:26 +0000 (16:05 +0000)
src/Controls/controls.cxx
src/Include/config.h.in

index df02c7f56abdaf9d4f1fa6c37add3a981dee47dc..4aa0288cda9f5299441c7ce995e1717baddb1749 100644 (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);
index 553a55a5ab56b72ca2443667ba237352e6cec159..3c18956c748fa862c84648c611c235b2e4acbc17 100644 (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