ruby-changes:44266
From: kazu <ko1@a...>
Date: Tue, 4 Oct 2016 21:24:45 +0900 (JST)
Subject: [ruby-changes:44266] kazu:r56339 (trunk): fix a typo [ci skip]
kazu 2016-10-04 21:24:40 +0900 (Tue, 04 Oct 2016) New Revision: 56339 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56339 Log: fix a typo [ci skip] Modified files: trunk/ext/win32ole/win32ole_variant.c Index: ext/win32ole/win32ole_variant.c =================================================================== --- ext/win32ole/win32ole_variant.c (revision 56338) +++ ext/win32ole/win32ole_variant.c (revision 56339) @@ -659,7 +659,7 @@ folevariant_vartype(VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/win32ole/win32ole_variant.c#L659 * Sets variant value to val. If the val type does not match variant value * type(vartype), then val is changed to match variant value type(vartype) * before setting val. - * Thie method is not available when vartype is VT_ARRAY(except VT_UI1|VT_ARRAY). + * This method is not available when vartype is VT_ARRAY(except VT_UI1|VT_ARRAY). * If the vartype is VT_UI1|VT_ARRAY, the val should be String object. * * obj = WIN32OLE_VARIANT.new(1) # obj.vartype is WIN32OLE::VARIANT::VT_I4 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/