Commit c261fffa authored by Carson McDonald's avatar Carson McDonald

Fix typo

parent d41e13e2
...@@ -130,7 +130,7 @@ mrb_time_free(mrb_state *mrb, void *ptr) ...@@ -130,7 +130,7 @@ mrb_time_free(mrb_state *mrb, void *ptr)
static struct mrb_data_type mrb_time_type = { "Time", mrb_time_free }; static struct mrb_data_type mrb_time_type = { "Time", mrb_time_free };
/** Updates the datetime of a mrb_time based on it's timezone and /** Updates the datetime of a mrb_time based on it's timezone and
seconds setting. Returns self on cussess, NULL of failure. */ seconds setting. Returns self on success, NULL of failure. */
static struct mrb_time* static struct mrb_time*
mrb_time_update_datetime(struct mrb_time *self) mrb_time_update_datetime(struct mrb_time *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