Fix typo in ffi COM docs

This commit is contained in:
Alexis King 2015-05-13 03:15:32 -07:00 committed by Sam Tobin-Hochstadt
parent 9049737270
commit b450aa8af6

View File

@ -9,7 +9,7 @@
The @racketmodname[ffi/com] and @racketmodname[ffi/unsafe/com]
libraries support COM interaction in two layers. The safe upper layer
provides functions for creating COM objects and dynamically
constructing method calls based on COM automatiion (i.e., reflective
constructing method calls based on COM automation (i.e., reflective
information provided by the object). The unsafe lower layer provides a
syntactic form and functions for working more directly with COM
objects and interfaces.