From bfb911792e93a4670fc2bf943b7e71e6cca40385 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 11 Jan 2026 06:58:16 -0500 Subject: [PATCH] CAM: fix typo in Path/Main/Gui/Job.py Fixes source comment typo --- src/Mod/CAM/Path/Main/Gui/Job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Main/Gui/Job.py b/src/Mod/CAM/Path/Main/Gui/Job.py index 56a497546f..028c2226f8 100644 --- a/src/Mod/CAM/Path/Main/Gui/Job.py +++ b/src/Mod/CAM/Path/Main/Gui/Job.py @@ -720,7 +720,7 @@ class StockFromExistingEdit(StockEdit): # stockName has index suffix (since cloned), label has no index # => ridgid string comparison fails - # Instead of ridgid string comparsion use partial (needle in haystack) + # Instead of ridgid string comparison use partial (needle in haystack) # string comparison # if label == stockName: # ridgid string comparison if label in stockName: # partial string comparison