fix typo [ci skip]

This commit is contained in:
Vijay Dev
2012-01-30 23:45:55 +05:30
parent f78cb5583f
commit 766e12aa7d

View File

@@ -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.