diff --git a/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java b/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java index 5c8c12190..8b968deff 100644 --- a/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java +++ b/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java @@ -26,7 +26,7 @@ public class FinSetCalc extends RocketComponentCalc { /** logger for debugging*/ private final static Logger logger = LoggerFactory.getLogger(FinSetCalc.class); - /** considers the stall angle as 20ยบ*/ + /** considers the stall angle as 20 degrees*/ private static final double STALL_ANGLE = (20 * Math.PI / 180); /** Number of divisions in the fin chords. */