From 766e12aa7d8cf1bbd6d2b96b7de459f747efc375 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Mon, 30 Jan 2012 23:45:55 +0530 Subject: fix typo [ci skip] --- activesupport/lib/active_support/base64.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') 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. -- cgit v1.2.3