0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / caf / driver / A5
index 8b5aca2..87c8131 100755 (executable)
@@ -4,7 +4,7 @@ AddDriver D Box Cyl Sph Attach XAttach PTxyz PTALine PRLine PMirr Cut Fuse Prism
 NewCommand D
 set B2 [AddObject D];                  ## add object
 set F2 [AddFunction D $B2 Box];                ## add function
-BoxDX D $B2 190;                       ## set argumets of this function
+BoxDX D $B2 190;                       ## set arguments of this function
 BoxDY D $B2 290
 BoxDZ D $B2 390
 InitLogBook D;                         ## initialize (clean) internal maps of labels
@@ -23,7 +23,7 @@ set Cyl [AddCyl D 70 275 ${Sel1}]
 ComputeFun D $Cyl:1
 GetShape D $Cyl:1:2 CylS
 
-#3 Transalte Cylinder
+#3 Translate Cylinder
 NewCommand D
 set FTr1 [PTranslateDXYZ D $Cyl 100 0 0]
 ComputeFun D $FTr1