From 237b7a2e6b6c129db4a185d76760fa2ef0825324 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Fri, 1 Feb 2013 19:10:52 -0800
Subject: [PATCH] Fix typo in string.

---
 src/code/float-trap.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/code/float-trap.lisp b/src/code/float-trap.lisp
index d7bab6f62..099588391 100644
--- a/src/code/float-trap.lisp
+++ b/src/code/float-trap.lisp
@@ -331,7 +331,7 @@
 		 (error 'arithmetic-error
 			:operation fop
 			:operands operands)
-		 (error _"SIGFPE with no exceptions currently enabled? (si-code = ~D"
+		 (error _"SIGFPE with no exceptions currently enabled? (si-code = ~D)"
 			code)))))))
 
 ;;; WITH-FLOAT-TRAPS-MASKED  --  Public
-- 
GitLab