SafetyMutex and rocket optimization updates
[debian/openrocket] / src / net / sf / openrocket / masscalc / MassCalculator.java
index 732d2ec77ae38ae70aa7d46e45bc3e30a436c452..003650e11603ae6bbc5ae8b88ce82785dfa61557 100644 (file)
@@ -53,13 +53,13 @@ public interface MassCalculator extends Monitorable {
        public Coordinate getCG(Configuration configuration, MotorInstanceConfiguration motors);
        
        /**
-        * Compute the longitudal inertia of the provided configuration with specified motors.
+        * Compute the longitudinal inertia of the provided configuration with specified motors.
         * 
         * @param configuration         the rocket configuration
         * @param motors                        the motor configuration
-        * @return                                      the longitudal inertia of the configuration
+        * @return                                      the longitudinal inertia of the configuration
         */
-       public double getLongitudalInertia(Configuration configuration, MotorInstanceConfiguration motors);
+       public double getLongitudinalInertia(Configuration configuration, MotorInstanceConfiguration motors);
        
        /**
         * Compute the rotational inertia of the provided configuration with specified motors.