From 97913489ada11c63e2a52f048c190a3318d52d1b Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 9 Aug 2008 06:08:24 +0000 Subject: [PATCH] typo svn: r11162 --- collects/scribblings/mzc/launcher.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/mzc/launcher.scrbl b/collects/scribblings/mzc/launcher.scrbl index 53b5561c24..4c322fa144 100644 --- a/collects/scribblings/mzc/launcher.scrbl +++ b/collects/scribblings/mzc/launcher.scrbl @@ -30,7 +30,7 @@ direct support for creating launchers. Creates the launcher @scheme[dest], which starts MrEd with the command-line arguments specified as strings in @scheme[args]. Extra -arguments passed to the launcher at run-time are be appended (modulo +arguments passed to the launcher at run-time are appended (modulo special Unix/X flag handling, as described below) to this list and passed on to MrEd. If @scheme[dest] exists already, as either a file or directory, it is replaced.