From 1ea340144a4afbb0912725feceab4168d3059bb3 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Wed, 21 Feb 2018 17:17:42 +0100 Subject: [PATCH] Fix typo 'suitiable' should read 'suitable' --- pkgs/racket-doc/scribblings/guide/distributed.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/distributed.scrbl b/pkgs/racket-doc/scribblings/guide/distributed.scrbl index c0a22c692f..510c200d31 100644 --- a/pkgs/racket-doc/scribblings/guide/distributed.scrbl +++ b/pkgs/racket-doc/scribblings/guide/distributed.scrbl @@ -51,7 +51,7 @@ symbol. The code for the tuple-server place exists in the file @filepath{tuple.rkt}. The @filepath{tuple.rkt} file contains the use of @racket[define-named-remote-server] form, which defines a RPC server -suitiable for invocation by @racket[supervise-named-dynamic-place-at]. +suitable for invocation by @racket[supervise-named-dynamic-place-at].