0023607: Spelling corrections in OCCT tests
[occt.git] / tests / blend / end
index 41f314c..96a3654 100644 (file)
@@ -12,11 +12,11 @@ if { [isdraw result] } {
    }
 
    if { $square > 0 } {
-      puts "The expected square is $square"
+      puts "The expected area is $square"
    }
    #check of change of square is < 1%
    if { ($square != 0 && [expr 1.*abs($square - $m)/$square] > 0.01) || ($square == 0 && $m != 0) } {
-      puts "Error : The square of result shape is $m"
+      puts "Error : The area of the resulting shape is $m"
    }
    if { $m > 0 } {
       clear
@@ -26,7 +26,7 @@ if { [isdraw result] } {
       xwd $imagedir/${test_image}.png
    }
 } else {
-   puts "Error : The blend can not be build."
+   puts "Error : The blend cannot be build."
 }
 
 # to end a test script