From 91a6ba4c2193263976d42f33e600afcf3822c510 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 4 Jun 2015 02:53:11 +0000 Subject: * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton [fix GH-923] * include/ruby/st.h: ditto. * include/ruby/util.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/win32ole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32ole') diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index 56e625642e..26e6865f4f 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -3996,7 +3996,7 @@ Init_win32ole(void) * p WIN32OLE::ARGV # => [10, 20, 30] * * You can use WIN32OLE_VARIANT object to retrieve the value of reference - * arguments instead of refering WIN32OLE::ARGV. + * arguments instead of referring WIN32OLE::ARGV. * */ rb_define_const(cWIN32OLE, "ARGV", rb_ary_new()); -- cgit v1.2.3