summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-26 09:21:21 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-26 09:21:21 +0000
commit43e8bf0c275988b7dc050e25058a0d0d6028976a (patch)
treec7eea3792b031127296d0c1ae2a75eb41b2e612c /time.c
parent2199c85dd6eb6f912bf4502ceca27da1933e9d71 (diff)
re-modified
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 9a4d80685f..0e0e01cf8d 100644
--- a/time.c
+++ b/time.c
@@ -4426,7 +4426,7 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc)
* %z - Time zone as hour and minute offset from UTC (e.g. +0900)
* %:z - hour and minute offset from UTC with a colon (e.g. +09:00)
* %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
- * %Z - Time zone abbreviation name or something like information.
+ * %Z - Time zone abbreviation name or something similar information.
*
* Weekday:
* %A - The full weekday name (``Sunday'')