language selector, bug fixed
[debian/openrocket] / src / net / sf / openrocket / file / motor / RockSimMotorLoader.java
index 6206a85d77a5ada81c6153d5b098d16d091b4d40..d2bbcd265e0e83ec29d436a635716b4029f86fc8 100644 (file)
@@ -33,12 +33,10 @@ public class RockSimMotorLoader extends AbstractMotorLoader {
        public static final Charset CHARSET = Charset.forName(CHARSET_NAME);
        
 
-       /** Any delay longed than this will be interpreted as a plugged motor. */
+       /** Any delay longer than this will be interpreted as a plugged motor. */
        private static final int DELAY_LIMIT = 90;
        
        
-       // FIXME: Obtain default motor type from manufacturer info
-       
 
        @Override
        protected Charset getDefaultCharset() {