Skip to content

Commit f40fc73

Browse files
authored
Merge pull request #498 from iory/fix-typo
Fix typo
2 parents d356349 + d8d0717 commit f40fc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irteus/irtmath.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
))
179179

180180
(defun midrot (p r1 r2)
181-
"returns mid (or p) rotation matrix of given two matrix r1 and r1"
181+
"returns mid (or p) rotation matrix of given two matrix r1 and r2"
182182
(let (r omega)
183183
(setq r (m* (transpose r1) r2))
184184
(setq omega (matrix-log r))

0 commit comments

Comments
 (0)