Merge pull request #50 from daemianmack/master
authorMatt Yoho <mbyoho@gmail.com>
Wed, 31 Aug 2011 21:06:49 +0000 (14:06 -0700)
committerMatt Yoho <mbyoho@gmail.com>
Wed, 31 Aug 2011 21:06:49 +0000 (14:06 -0700)
Fixed a typo.

src/about_modules.rb

index 261746a..334b175 100644 (file)
@@ -42,7 +42,7 @@ class AboutModules < EdgeCase::Koan
     assert_equal __("WOOF"), fido.bark
   end
 
-  def test_module_methods_are_also_availble_in_the_object
+  def test_module_methods_are_also_available_in_the_object
     fido = Dog.new
     assert_nothing_raised(Exception) do # __
       fido.set_name("Rover")