0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / lowalgos / intss / bug26576_1
index 735d1b4..0320d17 100644 (file)
@@ -45,8 +45,8 @@ for {set i 1} {$i < ${NbCurv}} {incr i} {
     set coe [checkoverlapedges e1 e2 $Tolerance_Reached]
 
     puts "c_$i<->c_$j: $coe"
-    if { [regexp "Edges is not overlaped" $coe] != 1 } {
-      puts "Error: c_$i and c_$j are overlaped"
+    if { [regexp "Edges are not overlapped" $coe] != 1 } {
+      puts "Error: c_$i and c_$j are overlapped"
     }
   }
 }