SafetyMutex and rocket optimization updates
[debian/openrocket] / src / net / sf / openrocket / rocketcomponent / ComponentAssembly.java
index 1f60917eec5e942ba4da417ff643f01dfbf17c63..de5b78d26d86b10054d05c06854894c18f96842c 100644 (file)
@@ -53,7 +53,7 @@ public abstract class ComponentAssembly extends RocketComponent {
         * Null method (ComponentAssembly has no mass of itself).
         */
        @Override
-       public double getLongitudalUnitInertia() {
+       public double getLongitudinalUnitInertia() {
                return 0;
        }