Fix typo in about_modules.rb
authorMani Tadayon <tmani@me.com>
Wed, 30 Mar 2011 00:11:33 +0000 (17:11 -0700)
committerMani Tadayon <tmani@me.com>
Wed, 30 Mar 2011 00:11:33 +0000 (17:11 -0700)
koans/about_modules.rb

index cd967a9..8b56b65 100644 (file)
@@ -42,7 +42,7 @@ class AboutModules < EdgeCase::Koan
     assert_equal __, 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")