0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / bugs / caf / bug31748_3
index bee4ac2..d77292b 100644 (file)
@@ -25,7 +25,7 @@ set act_undone 100
 
 set act_afternone [expr $act_none+1]
 
-# retuns 1 if after this action there exists attribute on the label
+# returns 1 if after this action there exists attribute on the label
 proc produces_attribute1 {action} {
   global act_create act_modify act_forgetcreate act_createmodify
   if {$action==$act_create || $action==$act_createmodify || $action==$act_modify || $action==$act_forgetcreate} {
@@ -34,7 +34,7 @@ proc produces_attribute1 {action} {
   return 0
 }
 
-# retuns 1 if after two actions there exists attribute on the label
+# returns 1 if after two actions there exists attribute on the label
 proc produces_attribute2 {action1 action2} {
   global act_create act_modify act_modifyforget act_forget act_createforget act_none act_forgetcreate act_undone
 
@@ -53,7 +53,7 @@ proc produces_attribute2 {action1 action2} {
   return 0
 }
 
-# retuns value of the attribute produced by two actions
+# returns value of the attribute produced by two actions
 proc produces_value {action1 action2} {
   global act_modify act_createmodify act_none act_forgetcreate
   if {$action2==$act_modify} {