diff --git a/pkgs/racket-doc/scribblings/foreign/com.scrbl b/pkgs/racket-doc/scribblings/foreign/com.scrbl index cc2d0a094d..b19475a595 100644 --- a/pkgs/racket-doc/scribblings/foreign/com.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/com.scrbl @@ -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.