summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/marshaltestlib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/marshaltestlib.rb b/test/ruby/marshaltestlib.rb
index 56ea8892df..c8f81da35c 100644
--- a/test/ruby/marshaltestlib.rb
+++ b/test/ruby/marshaltestlib.rb
@@ -1,6 +1,6 @@
# coding: utf-8
module MarshalTestLib
- # include this module to a Test::Unit::TestCase and definde encode(o) and
+ # include this module to a Test::Unit::TestCase and define encode(o) and
# decode(s) methods. e.g.
#
# def encode(o)