Fixed small typo.

This commit is contained in:
mainzelm 2001-09-12 13:42:29 +00:00
parent 6cecc55b4a
commit 2e3dd4b65c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
(if (= reason (enum exception arithmetic-overflow))
(+ (* arg0 1000) ; seconds
(car maybe-arg1)) ; milliseconds
(apply signal-exception opcode reason option arg0 mayge-arg1))))
(apply signal-exception opcode reason option arg0 maybe-arg1))))
; This is for generic arithmetic, mostly