summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-03 18:43:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-25 23:53:15 +0900
commitae9593978468b9d65892626bc72edad780c5bf88 (patch)
tree6d2e395bc06501f29fe39522d8ba71553ba7ee47 /ext
parent24f8f20cc7e4e63d10c208f7a9882d1c6f4b1917 (diff)
[ruby/win32ole] Fix typos [ci skip]
https://github.com/ruby/win32ole/commit/8d46bd0c93
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5175
Diffstat (limited to 'ext')
-rw-r--r--ext/win32ole/win32ole_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole_method.c b/ext/win32ole/win32ole_method.c
index bf668300c2..6ed5def6d7 100644
--- a/ext/win32ole/win32ole_method.c
+++ b/ext/win32ole/win32ole_method.c
@@ -437,7 +437,7 @@ ole_method_invoke_kind(ITypeInfo *pTypeInfo, UINT method_index)
/*
* call-seq:
- * WIN32OLE_MTHOD#invkind
+ * WIN32OLE_METHOD#invkind
*
* Returns the method invoke kind.
* tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbooks')