diff --git a/src/Mod/Path/PathScripts/PathJobGui.py b/src/Mod/Path/PathScripts/PathJobGui.py index 209004f193..cc322b5069 100644 --- a/src/Mod/Path/PathScripts/PathJobGui.py +++ b/src/Mod/Path/PathScripts/PathJobGui.py @@ -460,7 +460,7 @@ class StockCreateBoxEdit(StockEdit): def getFields(self, obj, fields=None): if fields is None: - fields = ["length", "widht", "height"] + fields = ["length", "width", "height"] try: if self.IsStock(obj): if "length" in fields: