From 6dc43a1ab08dd1a1701b92ef8e3a78d363cc2e98 Mon Sep 17 00:00:00 2001 From: Mani Tadayon Date: Tue, 29 Mar 2011 15:14:06 -0700 Subject: [PATCH] Correct spelling: "heirarachy" => "hierarchy" --- koans/about_constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_constants.rb b/koans/about_constants.rb index 0beccdc..006f1c0 100644 --- a/koans/about_constants.rb +++ b/koans/about_constants.rb @@ -67,7 +67,7 @@ class AboutConstants < EdgeCase::Koan end # QUESTION: Which has precedence: The constant in the lexical scope, - # or the constant from the inheritance heirarachy? + # or the constant from the inheritance hierarchy? # ------------------------------------------------------------------ -- 1.8.0.2