summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-08-30 10:52:44 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-08-30 10:52:44 +0900
commitb3236b2a71f6c515b0fe5cc848de1c5bd210d0e7 (patch)
tree1d7f743090b4d98ce3728f3a23cacef1fe4e50b3 /mrbgems/mruby-random/src
parentfa76bbeb07bbcd024178e9813fb6e5347c8d5ae7 (diff)
downloadmruby-b3236b2a71f6c515b0fe5cc848de1c5bd210d0e7.tar.gz
mruby-b3236b2a71f6c515b0fe5cc848de1c5bd210d0e7.zip
mruby-random: fixed typos
Diffstat (limited to 'mrbgems/mruby-random/src')
-rw-r--r--mrbgems/mruby-random/src/mt19937ar.c2
-rw-r--r--mrbgems/mruby-random/src/mt19937ar.h2
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
*/