From 900612ce2b313d3c4daefd07bcd5a948d41af833 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Tue, 16 Feb 2021 09:25:59 -0600 Subject: [PATCH] Update PathOp.py fix typo --- src/Mod/Path/PathScripts/PathOp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathOp.py b/src/Mod/Path/PathScripts/PathOp.py index f8d5b17fa4..fa53a20093 100644 --- a/src/Mod/Path/PathScripts/PathOp.py +++ b/src/Mod/Path/PathScripts/PathOp.py @@ -514,7 +514,7 @@ class ObjectOp(object): if not self._setBaseAndStock(obj): return - # make sure Base is stil valid or clear it + # make sure Base is still valid or clear it self.sanitizeBase(obj) if FeatureCoolant & self.opFeatures(obj):