0031939: Coding - correction of spelling errors in comments [part 6]
[occt.git] / src / Expr / Expr_Product.cxx
index 2aca663..38f4acd 100644 (file)
@@ -195,7 +195,7 @@ Handle(Expr_GeneralExpression) Expr_Product::ShallowSimplified () const
   for (i = 1; i <= max ; i++) {
     op = Operand(i);
     if (op->IsKind(STANDARD_TYPE(Expr_NumericValue))) {
-      // numeric operands are cumulated separetly
+      // numeric operands are cumulated separately
       Handle(Expr_NumericValue) NVop = Handle(Expr_NumericValue)::DownCast(op);
       if (nbvals == 0) {
        noone = Standard_False;