0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / gdt / import / end
index 1a6ea1c..d718921 100644 (file)
@@ -1,5 +1,5 @@
 # Set flag dump_file to 1 in order to regenerate script files with actual data
-# used as reference. In this mode all tests intentionaly report failure. 
+# used as reference. In this mode all tests intentionally report failure. 
 set dump_file 0
 ########################################################################
 set mist 0;
@@ -77,9 +77,9 @@ if { $dump_file == 1 } {
     }
     close $fd_stream 
 } elseif { $mist != 1 } {
-    puts "========================== Comparision with reference data ========"
+    puts "========================== Comparison with reference data ========"
     puts ""
-    # Comparision of reference data with obtained result
+    # Comparison of reference data with obtained result
     set ref_list [split $ref_data \n]
     set cur_list [split $result \n]
     set nb_ref [llength $ref_list]
@@ -104,7 +104,7 @@ if { $dump_file == 1 } {
 }
  
 if { $dump_file != 0 } {
-    puts "Error : Running in regeneration mode, comparision was not performed!"
+    puts "Error : Running in regeneration mode, comparison was not performed!"
     if { $mist != 1 } {
         puts "Generation of test file $groupname/$gridname/$casename successful"
     } else {
@@ -114,7 +114,7 @@ if { $dump_file != 0 } {
     if { $ref_Compare > 0} {
         puts "Error : $ref_Compare differences with reference data found :\n$err_compare_ref"
     } else {
-        puts "Comparision of current result with reference data - OK\n"
+        puts "Comparison of current result with reference data - OK\n"
     }    
 }