From 33a8205efc77b4ca797958eddacda1b6d6b98ac8 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 6 May 2011 03:29:04 -0400 Subject: [PATCH] fix typo --- spec/loop_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/loop_spec.rb b/spec/loop_spec.rb index 0df02b0..7e2fab4 100644 --- a/spec/loop_spec.rb +++ b/spec/loop_spec.rb @@ -112,7 +112,7 @@ def run_with_printing(cmd) run_with_printing("(quote ((foo bar) (((()))) bar))").should == "((foo bar) (((()))) bar)" end - # it "should throw an exception if more than one elment is given to the quote" do + # it "should throw an exception if more than one element is given to the quote" do # run_with_printing("(quote foo bar)") # end end