From b0c3362fe02c5a1f8cbfa18bc0fcdf5b36627309 Mon Sep 17 00:00:00 2001 From: NoCheroot Date: Sun, 13 May 2018 07:54:15 -0500 Subject: [PATCH] Fix typo in com-intf.scrbl --- pkgs/racket-doc/scribblings/foreign/com-intf.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl b/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl index 669a243c98..f7545751e5 100644 --- a/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl @@ -240,7 +240,7 @@ Types for the @cpp{IUnknown} @tech{COM interface}.} @defproc[(windows-error [msg string?] [hresult exact-integer?]) any]{ -Raises an exception. The @racket[msg] strign provides the base error +Raises an exception. The @racket[msg] string provides the base error message, but @racket[hresult] and its human-readable interpretation (if available) are added to the message.}