From 16b61c580a02a0c8cc6fcf55a8d8ee336bf47508 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 30 Nov 2020 04:33:14 +0100 Subject: [PATCH] Update src/Mod/PartDesign/App/FeatureHole.cpp Commit suggestion - fixes a typo Co-authored-by: Chris Hennes --- src/Mod/PartDesign/App/FeatureHole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index 9dbbd4109a..e7602d3cd1 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -95,7 +95,7 @@ const Hole::ThreadDescription Hole::threadDescription[][171] = /* ISO metric regular */ /* ISO metric threaded core hole diameters according to ISO 2306 */ - // {name, thread diameter, thread pitch, cole hole diameter} + // {name, thread diameter, thread pitch, core hole diameter} { { "M1", 1.0, 0.25, 0.75 }, { "M1.1", 1.1, 0.25, 0.85 },