From 17c424b5530262a4fece2a51ce1a56628e1bc551 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sat, 14 Sep 2019 17:22:08 -0400 Subject: [PATCH] typo: 'specifcation' -> 'specification' --- pkgs/racket-doc/scribblings/raco/exe.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/raco/exe.scrbl b/pkgs/racket-doc/scribblings/raco/exe.scrbl index 4f0ad938c4..9a33163463 100644 --- a/pkgs/racket-doc/scribblings/raco/exe.scrbl +++ b/pkgs/racket-doc/scribblings/raco/exe.scrbl @@ -57,7 +57,7 @@ sub-submodule named @racketidfont{declare-preserve-for-embedding} Language reader modules that are used only via @hash-lang[] are also not automatically embedded. To support dynamic use of @hash-lang[] -with a language specifcation, supply the @DPFlag{lang} flag to +with a language specification, supply the @DPFlag{lang} flag to @exec{raco exe}. The argument after @DPFlag{lang} can be a language name, but more generally it can be text to appear just after @hash-lang[]. For example, @litchar{at-exp racket/base} makes sense as