mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix some typos by spell checker
This commit is contained in:
parent
f9b62b5cc0
commit
33f2ff3bab
Notes:
git
2021-04-26 10:08:09 +09:00
24 changed files with 36 additions and 36 deletions
|
@ -1032,8 +1032,8 @@ module IXMLDOMDocument
|
|||
end
|
||||
|
||||
# VOID save
|
||||
# save the document to a specified desination
|
||||
# VARIANT arg0 --- desination [IN]
|
||||
# save the document to a specified destination
|
||||
# VARIANT arg0 --- destination [IN]
|
||||
def save(arg0)
|
||||
ret = _invoke(64, [arg0], [VT_VARIANT])
|
||||
@lastargs = WIN32OLE::ARGV
|
||||
|
@ -6224,8 +6224,8 @@ class Microsoft_XMLDOM_1_0 # DOMDocument
|
|||
end
|
||||
|
||||
# VOID save
|
||||
# save the document to a specified desination
|
||||
# VARIANT arg0 --- desination [IN]
|
||||
# save the document to a specified destination
|
||||
# VARIANT arg0 --- destination [IN]
|
||||
def save(arg0)
|
||||
ret = @dispatch._invoke(64, [arg0], [VT_VARIANT])
|
||||
@lastargs = WIN32OLE::ARGV
|
||||
|
@ -6831,8 +6831,8 @@ class Microsoft_FreeThreadedXMLDOM_1_0 # DOMFreeThreadedDocument
|
|||
end
|
||||
|
||||
# VOID save
|
||||
# save the document to a specified desination
|
||||
# VARIANT arg0 --- desination [IN]
|
||||
# save the document to a specified destination
|
||||
# VARIANT arg0 --- destination [IN]
|
||||
def save(arg0)
|
||||
ret = @dispatch._invoke(64, [arg0], [VT_VARIANT])
|
||||
@lastargs = WIN32OLE::ARGV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue