From 67a843c0d4e64ee9e781ae911528929c1e81aa77 Mon Sep 17 00:00:00 2001 From: akaftasev Date: Fri, 24 Jan 2020 16:34:15 +0300 Subject: [PATCH] 0031318: Documentation, TopoDS.hxx - typo in the reference manual change "onject" to "object" in description of TopoDS class --- src/TopoDS/TopoDS.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TopoDS/TopoDS.hxx b/src/TopoDS/TopoDS.hxx index 382036d0c1..988f82aaac 100644 --- a/src/TopoDS/TopoDS.hxx +++ b/src/TopoDS/TopoDS.hxx @@ -54,7 +54,7 @@ class TopoDS_Iterator; //! Provides methods to cast objects of class -//! TopoDS_Shape to be onjects of more specialized +//! TopoDS_Shape to be objects of more specialized //! sub-classes. Types are verified, thus in the example //! below, the first two blocks are correct but the third is //! rejected by the compiler.