diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-08-30 10:52:44 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-08-30 10:52:44 +0900 |
| commit | b3236b2a71f6c515b0fe5cc848de1c5bd210d0e7 (patch) | |
| tree | 1d7f743090b4d98ce3728f3a23cacef1fe4e50b3 /mrbgems/mruby-random | |
| parent | fa76bbeb07bbcd024178e9813fb6e5347c8d5ae7 (diff) | |
| download | mruby-b3236b2a71f6c515b0fe5cc848de1c5bd210d0e7.tar.gz mruby-b3236b2a71f6c515b0fe5cc848de1c5bd210d0e7.zip | |
mruby-random: fixed typos
Diffstat (limited to 'mrbgems/mruby-random')
| -rw-r--r-- | mrbgems/mruby-random/src/mt19937ar.c | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-random/src/mt19937ar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-random/src/mt19937ar.c b/mrbgems/mruby-random/src/mt19937ar.c index 04838e193..bee06b574 100644 --- a/mrbgems/mruby-random/src/mt19937ar.c +++ b/mrbgems/mruby-random/src/mt19937ar.c @@ -29,7 +29,7 @@ ** http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html ** email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space) ** -** This versios is modified by mruby developers. If you see any problem, +** This version is modified by mruby developers. If you see any problem, ** contact us first at https://github.com/mruby/mruby/issues */ diff --git a/mrbgems/mruby-random/src/mt19937ar.h b/mrbgems/mruby-random/src/mt19937ar.h index 8f64d984a..31e5d19ed 100644 --- a/mrbgems/mruby-random/src/mt19937ar.h +++ b/mrbgems/mruby-random/src/mt19937ar.h @@ -29,7 +29,7 @@ ** http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html ** email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space) ** -** This versios is modified by mruby developers. If you see any problem, +** This version is modified by mruby developers. If you see any problem, ** contact us first at https://github.com/mruby/mruby/issues */ |
