Skip to content

Commit 8902642

Browse files
authored
Merge pull request #559 from Naoki-Hiraoka/fix-typo-irtgeo
[irtgeo.l]fix typo
2 parents b3d64f0 + 152d412 commit 8902642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

irteus/irtgeo.l

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
(:y #f(0 1 0))
5454
(:z #f(0 0 1))))
5555
)
56-
(:difference-position
56+
(:difference-position
5757
(coords &key (translation-axis t))
58-
"return diffece in positoin of given coords, translation-axis can take (:x, :y, :z, :xy, :yz, :zx)."
58+
"return difference in position of given coords, translation-axis can take (:x, :y, :z, :xy, :yz, :zx)."
5959
(let ((dif-pos
6060
(send self :inverse-transform-vector (send coords :worldpos))))
6161
(case
@@ -69,7 +69,7 @@
6969
dif-pos))
7070
(:difference-rotation
7171
(coords &key (rotation-axis t))
72-
"return diffece in rotation of given coords, rotation-axis can take (:x, :y, :z, :xx, :yy, :zz, :xm, :ym, :zm)"
72+
"return difference in rotation of given coords, rotation-axis can take (:x, :y, :z, :xx, :yy, :zz, :xm, :ym, :zm)"
7373
(labels
7474
((need-mirror-for-nearest-axis
7575
(coords0 coords1 axis)

0 commit comments

Comments
 (0)