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)