From 01c5475eae6b04613de784c91c49c5ccf8710b00 Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 29 Dec 2021 07:05:05 -0500 Subject: [PATCH] Path: fix source comment typo --- src/Mod/Path/PathTests/TestPathDeburr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathTests/TestPathDeburr.py b/src/Mod/Path/PathTests/TestPathDeburr.py index 6d103e7ab0..0127ec46d2 100644 --- a/src/Mod/Path/PathTests/TestPathDeburr.py +++ b/src/Mod/Path/PathTests/TestPathDeburr.py @@ -102,7 +102,7 @@ class TestPathDeburr(PathTestUtils.PathTestBase): self.assertFalse(info) def test10(self): - '''Verify missing cutting endge angle info prints only once.''' + '''Verify missing cutting edge angle info prints only once.''' class FakeEndmill(object): def __init__(self, dia):