From d0e8d5430ac0001aec925934613944ef9ecab850 Mon Sep 17 00:00:00 2001
From: Nicholas Seckar <nseckar@gmail.com>
Date: Mon, 3 Apr 2006 05:21:26 +0000
Subject: Typo fix

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4139 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
---
 activesupport/lib/active_support/core_ext/symbol.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/core_ext/symbol.rb b/activesupport/lib/active_support/core_ext/symbol.rb
index 434d6abdbb..3a412f647b 100644
--- a/activesupport/lib/active_support/core_ext/symbol.rb
+++ b/activesupport/lib/active_support/core_ext/symbol.rb
@@ -1,5 +1,5 @@
 class Symbol
-  # Turns the symbol into a simpel proc, which is especially useful for enumerations. Examples:
+  # Turns the symbol into a simple proc, which is especially useful for enumerations. Examples:
   #
   #   # The same as people.collect { |p| p.name }
   #   people.collect(&:name)
-- 
cgit v1.2.3