From c7c91247e25ad535f3182e84e3fc33972c94447d Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 9 Mar 2012 19:21:01 +0000 Subject: [PATCH] typo fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.c b/time.c index bfcbcd9f62..0de32aed5f 100644 --- a/time.c +++ b/time.c @@ -4914,7 +4914,7 @@ time_load(VALUE klass, VALUE str) * * t + (60*60*24*365) #=> 1994-02-24 12:00:00 +0900 * - * How many second was that from the Unix Epoc? + * How many second was that from the Unix Epoch? * * t.to_i #=> 730522800 *