From ffa06e3e90ec254fbe6a37100a84017cd5f8be51 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Jun 2009 17:26:35 +0000 Subject: * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/base64.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/base64.rb b/lib/base64.rb index 383acacef..a240b730b 100644 --- a/lib/base64.rb +++ b/lib/base64.rb @@ -1,5 +1,5 @@ # -# = base64.rb: methods for base64-encoding and -decoding stings +# = base64.rb: methods for base64-encoding and -decoding strings # # The Base64 module provides for the encoding (#encode64, #strict_encode64, -- cgit