summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-struct
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-struct')
-rw-r--r--mrbgems/mruby-struct/mrblib/struct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-struct/mrblib/struct.rb b/mrbgems/mruby-struct/mrblib/struct.rb
index 21cbb47ed..b398409c3 100644
--- a/mrbgems/mruby-struct/mrblib/struct.rb
+++ b/mrbgems/mruby-struct/mrblib/struct.rb
@@ -20,7 +20,7 @@ if Object.const_defined?(:Struct)
##
# Calls the given block for each element of +self+
- # and pass the name and value of the respectiev
+ # and pass the name and value of the respective
# element.
#
# ISO 15.2.18.4.5