From 9e37cec2f507e26551932a7bb3f737cee53d5dee Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Mon, 26 Aug 2024 13:24:06 +0200 Subject: [PATCH] Base: fix common in xcaf.h file --- src/base/xcaf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/xcaf.h b/src/base/xcaf.h index 95f1175f..aead655a 100644 --- a/src/base/xcaf.h +++ b/src/base/xcaf.h @@ -74,7 +74,7 @@ class XCaf { FindShapeLabel_Instance = 0x01, // findShapeLabel() will try to find the shape find the shape among the components of assemblies FindShapeLabel_Component = 0x02, - // findShapeLabel() will try tries to find a shape as a subshape of top-level simple shapes + // findShapeLabel() will try to find a shape as a subshape of top-level simple shapes FindShapeLabel_SubShape = 0x04, // Enables all flags FindShapeLabel_All = 0xFF