From 053e401f08f5df876707453960f8034661553d05 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Tue, 18 Dec 2012 21:51:09 +0400 Subject: [PATCH] Fix a typo in the previous commit. -1 should be ~S. --- src/code/toplevel.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/toplevel.lisp b/src/code/toplevel.lisp index f5a7aa9..d3f523f 100644 --- a/src/code/toplevel.lisp +++ b/src/code/toplevel.lisp @@ -198,7 +198,7 @@ any non-negative real number." (when (or (not (realp seconds)) (minusp seconds)) (error 'simple-type-error - :format-control "Invalid argument to SLEEP: -1, ~ + :format-control "Invalid argument to SLEEP: ~S, ~ should be a non-negative real." :format-arguments (list seconds) :datum seconds -- 1.7.10.4