summaryrefslogtreecommitdiff
path: root/ext/win32ole
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-04 02:53:11 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-04 02:53:11 +0000
commit0eb195cee314d100e845efcd86b45dd3282b52aa (patch)
tree571126a81f81dd1ef1f33783c75cf54e0f745f65 /ext/win32ole
parent05f3eaa739dadd51476cdc975bfa0ed535026624 (diff)
* 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
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/win32ole.c2
1 files changed, 1 insertions, 1 deletions
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());