From 5e852b17916a55d60406bb4c91b4161b121b85c2 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Thu, 31 Mar 2022 21:12:28 -0500 Subject: [PATCH] Path: Correct method name spelling error --- src/Mod/Path/PathScripts/PathDressupPathBoundary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDressupPathBoundary.py b/src/Mod/Path/PathScripts/PathDressupPathBoundary.py index 834528d8b4..01eff7a407 100644 --- a/src/Mod/Path/PathScripts/PathDressupPathBoundary.py +++ b/src/Mod/Path/PathScripts/PathDressupPathBoundary.py @@ -86,7 +86,7 @@ class DressupPathBoundary(object): def __setstate__(self, state): return None - def onDcoumentRestored(self, obj): + def onDocumentRestored(self, obj): self.obj = obj def onDelete(self, obj, args):