From 91b59804958c55c15636ac5bea1cdfe3c9cba95e Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 10 Apr 2022 09:14:25 -0400 Subject: [PATCH] Part: fix typo in App/BRepOffsetAPI_MakeOffsetFix.h [skip ci] --- src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h b/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h index 3e68d9dfc5..6f9709cfab 100644 --- a/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h +++ b/src/Mod/Part/App/BRepOffsetAPI_MakeOffsetFix.h @@ -65,7 +65,7 @@ public: //! prolonged until intersection. void Init(const TopoDS_Face& Spine, const GeomAbs_JoinType Join = GeomAbs_Arc, const Standard_Boolean IsOpenResult = Standard_False); - //! Initialize the evaluation of Offseting. + //! Initialize the evaluation of Offsetting. void Init(const GeomAbs_JoinType Join = GeomAbs_Arc, const Standard_Boolean IsOpenResult = Standard_False); virtual Standard_Boolean IsDone() const;