From 700cb5ee8d2adff343ef79732c2010e7c55cae7d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 30 Jul 2010 04:20:46 -0400 Subject: [PATCH] typo (cherry picked from commit 14de7399bd592b76899acc00611b47952c9ce90d) --- collects/compiler/commands/exe.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/compiler/commands/exe.rkt b/collects/compiler/commands/exe.rkt index 59a956f60f..117e44429b 100644 --- a/collects/compiler/commands/exe.rkt +++ b/collects/compiler/commands/exe.rkt @@ -23,7 +23,7 @@ #:once-each [("-o") file "Write executable as " (exe-output file)] - [("--gui") "Geneate GUI executable" + [("--gui") "Generate GUI executable" (gui #t)] [("--collects-path") path "Set as main collects for executable" (exe-embedded-collects-path path)]