From 55bb3965e7130de8987068e16b88ece09360ca1f Mon Sep 17 00:00:00 2001 From: Aaron Olson Date: Sun, 15 Sep 2013 13:09:46 -0400 Subject: [PATCH] Quick spelling correction --- clojurebot-eval/src/clojurebot/sandbox.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clojurebot-eval/src/clojurebot/sandbox.clj b/clojurebot-eval/src/clojurebot/sandbox.clj index db966a3..4dd9b1d 100644 --- a/clojurebot-eval/src/clojurebot/sandbox.clj +++ b/clojurebot-eval/src/clojurebot/sandbox.clj @@ -282,7 +282,7 @@ true) r# (pr-str (try (when-not good?# - (throw (Exception. "SANBOX DENIED"))) + (throw (Exception. "SANDBOX DENIED"))) (eval f#) (catch Throwable t# t#)))]