diff options
| author | Carson McDonald <[email protected]> | 2013-03-11 09:12:33 -0400 |
|---|---|---|
| committer | Carson McDonald <[email protected]> | 2013-03-11 09:12:33 -0400 |
| commit | c261fffa68fe5ce0ad64b7b7272148de99b62902 (patch) | |
| tree | e83b258bc5473525934b5046a251d2dcc1750f32 /mrbgems/mruby-time/src/time.c | |
| parent | d41e13e25dc584144bb4f62515c9d5fecbdfe95c (diff) | |
| download | mruby-c261fffa68fe5ce0ad64b7b7272148de99b62902.tar.gz mruby-c261fffa68fe5ce0ad64b7b7272148de99b62902.zip | |
Fix typo
Diffstat (limited to 'mrbgems/mruby-time/src/time.c')
| -rw-r--r-- | mrbgems/mruby-time/src/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-time/src/time.c b/mrbgems/mruby-time/src/time.c index ecc9090f1..3d806c140 100644 --- a/mrbgems/mruby-time/src/time.c +++ b/mrbgems/mruby-time/src/time.c @@ -130,7 +130,7 @@ mrb_time_free(mrb_state *mrb, void *ptr) 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 -seconds setting. Returns self on cussess, NULL of failure. */ +seconds setting. Returns self on success, NULL of failure. */ static struct mrb_time* mrb_time_update_datetime(struct mrb_time *self) { |
