From cf0af1d59cf0618c2a0e4cf4997f7c94e7f97fd7 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Sat, 29 Jan 2022 19:16:26 +0100 Subject: [PATCH] Fix small typo --- core/src/net/sf/openrocket/rocketcomponent/FinSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FinSet.java b/core/src/net/sf/openrocket/rocketcomponent/FinSet.java index 15b6a8b07..57f3156d1 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FinSet.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FinSet.java @@ -101,7 +101,7 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona private static final double minimumTabArea = 1e-8; private double tabHeight = 0; private double tabLength = 0.05; - // this is always measured from the the root-lead point. + // this is always measured from the root-lead point. private double tabPosition = 0.0; private AxialMethod tabOffsetMethod = AxialMethod.MIDDLE; private double tabOffset = 0.;