From e98852016fd6497e3ebdfd522388f73f29a0a8a6 Mon Sep 17 00:00:00 2001 From: Wanderer Fan Date: Mon, 14 Mar 2022 12:50:29 -0400 Subject: [PATCH] [TD]fix spelling mistake in comment for CI --- src/Mod/TechDraw/App/DrawViewDetail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/App/DrawViewDetail.cpp b/src/Mod/TechDraw/App/DrawViewDetail.cpp index 783509201f..f71234960a 100644 --- a/src/Mod/TechDraw/App/DrawViewDetail.cpp +++ b/src/Mod/TechDraw/App/DrawViewDetail.cpp @@ -520,7 +520,7 @@ TopoDS_Shape DrawViewDetail::projectEdgesOntoFace(TopoDS_Shape edgeShape, TopoDS return edges; } -//we don't want to paint detail hightlights on top of detail views, +//we don't want to paint detail highlights on top of detail views, //so tell the Gui that there are no details for this view std::vector DrawViewDetail::getDetailRefs(void) const {