From b450aa8af6f54185b93fe88244a500b38f06b92c Mon Sep 17 00:00:00 2001 From: Alexis King Date: Wed, 13 May 2015 03:15:32 -0700 Subject: [PATCH] Fix typo in ffi COM docs --- pkgs/racket-doc/scribblings/foreign/com.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.