From 6abca35457d4e16b561fed8b7936b06068b33697 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 7 Jan 2004 11:31:21 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/time.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/time.rb') diff --git a/lib/time.rb b/lib/time.rb index 9d2ac558d9..17f30e34c6 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -13,7 +13,7 @@ # # === Specialized interface # -# This library provides methods dedicated to special puposes: +# This library provides methods dedicated to special purposes: # * RFC 2822, RFC 2616 and XML Schema. # * They makes usual life easier. # @@ -353,7 +353,7 @@ class Time # If self is a UTC time, Z is used as TZD. [+-]hh:mm is used otherwise. # # +fractional_seconds+ specifies a number of digits of fractional seconds. - # Its default value os 0. + # Its default value is 0. # def xmlschema(fraction_digits=0) sprintf('%d-%02d-%02dT%02d:%02d:%02d', -- cgit v1.2.3