summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-16 10:35:00 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-16 10:35:00 +0000
commit25ece76ec8ed073af6150452deec0ff4b35101ce (patch)
tree281b808bbe7c6c5a28190b2ae96e47f656b50197 /ext/win32ole/win32ole.c
parenteccc9886ea744699ea5e77b20d53fb175c7a9d4e (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole/win32ole.c')
-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 57849463ef..e1dc08a391 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -9281,7 +9281,7 @@ fole_record_typename(VALUE self)
* WIN32OLE_RECORD#method_missing(name)
*
* Returns value specified by the member name of VT_RECORD OLE variable.
- * If the member name is not correct, KeyError exception is raised.
+ * If the member name is not correct, KeyError exception is raised.
*/
static VALUE
fole_record_method_missing(VALUE self, VALUE name)