From 0b7d96b854db736e1364b742be13462ac73ecb7a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 23 Jul 2014 14:43:16 -0700 Subject: [PATCH] fix doc typo --- pkgs/racket-pkgs/racket-doc/scribblings/reference/startup.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/startup.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/startup.scrbl index 8ba1e65422..f9a3a89de6 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/startup.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/startup.scrbl @@ -30,7 +30,7 @@ The core Racket run-time system is available in two main variants: the @racket[racket/gui/base] library. On Windows, the executable is called @as-index{@exec{GRacket.exe}}, and it is a GUI application (as opposed to a console application) that - implements singe-instance support. On Mac OS X, the + implements single-instance support. On Mac OS X, the @exec{gracket} script launches @as-index{@exec{GRacket.app}}.} ]