0031318: Documentation, TopoDS.hxx - typo in the reference manual IR-2020-04-17
authorakaftasev <akaftasev@opencascade.com>
Fri, 24 Jan 2020 13:34:15 +0000 (16:34 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 17 Apr 2020 15:45:50 +0000 (18:45 +0300)
change "onject" to "object" in description of TopoDS class

src/TopoDS/TopoDS.hxx

index 382036d..988f82a 100644 (file)
@@ -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.