aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-30 23:45:55 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-30 23:45:55 +0530
commit766e12aa7d8cf1bbd6d2b96b7de459f747efc375 (patch)
treecdc6f998810f3ecf8cbee9bcf204c4a7c92b6607 /activesupport/lib/active_support
parentf78cb5583f77952aa35e063a660a11aad5f8de7f (diff)
downloadrails-766e12aa7d8cf1bbd6d2b96b7de459f747efc375.tar.gz
rails-766e12aa7d8cf1bbd6d2b96b7de459f747efc375.tar.bz2
rails-766e12aa7d8cf1bbd6d2b96b7de459f747efc375.zip
fix typo [ci skip]
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/base64.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/base64.rb b/activesupport/lib/active_support/base64.rb
index 61a4af1a87..f0cfdedaa0 100644
--- a/activesupport/lib/active_support/base64.rb
+++ b/activesupport/lib/active_support/base64.rb
@@ -1,7 +1,7 @@
begin
require 'base64'
rescue LoadError
- # The Base64 module isn't available in ealier versions of Ruby 1.9.
+ # The Base64 module isn't available in earlier versions of Ruby 1.9.
module Base64
# Encodes a string to its base 64 representation. Each 60 characters of
# output is separated by a newline character.