Commit d2e3d8c5 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #924 from carsonmcdonald/timetypos

Fix two typos
parents a4d37baf 145c1fe2
......@@ -662,7 +662,7 @@ mrb_time_usec(mrb_state *mrb, mrb_value self)
}
/* 15.2.19.7.27 */
/* Sets the timzeone attribute of the Time object to UTC. */
/* Sets the timezone attribute of the Time object to UTC. */
static mrb_value
mrb_time_utc(mrb_state *mrb, mrb_value self)
{
......@@ -677,7 +677,7 @@ mrb_time_utc(mrb_state *mrb, mrb_value self)
}
/* 15.2.19.7.28 */
/* Returns true if this time is in the UTC timze zone false if not. */
/* Returns true if this time is in the UTC timezone false if not. */
static mrb_value
mrb_time_utcp(mrb_state *mrb, mrb_value self)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment