From 10f5c694b73a80f70bb5d080c28201d2423c4587 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Wed, 19 Jan 2022 15:30:38 -0600 Subject: [PATCH] fix typo --- src/Mod/Path/PathScripts/PathPreferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathPreferences.py b/src/Mod/Path/PathScripts/PathPreferences.py index b4a3248823..2021a56013 100644 --- a/src/Mod/Path/PathScripts/PathPreferences.py +++ b/src/Mod/Path/PathScripts/PathPreferences.py @@ -54,7 +54,7 @@ UseAbsoluteToolPaths = "UseAbsoluteToolPaths" # Linear tolerance to use when generating Paths, eg when tessellating geometry GeometryTolerance = "GeometryTolerance" -LibAreaCurveAccuracy = "LibAreaCurveAccuarcy" +LibAreaCurveAccuracy = "LibAreaCurveAccuracy" WarningSuppressRapidSpeeds = "WarningSuppressRapidSpeeds" WarningSuppressAllSpeeds = "WarningSuppressAllSpeeds"