From c6a2843ba205ef269ba4d3e55d81ee4de45f1b4c Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Sat, 27 Oct 2018 20:06:38 +0200 Subject: [PATCH] Fix simple typo in configure help message --- racket/src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/configure b/racket/src/configure index aaddb3c7e8..4a836302f4 100755 --- a/racket/src/configure +++ b/racket/src/configure @@ -32,7 +32,7 @@ for arg in $*; do ;; --help) echo $0: - echo se --help-racket or --help-cs, since the traditional Racket "(3m/CGC)" build + echo see --help-racket or --help-cs, since the traditional Racket "(3m/CGC)" build echo and the Chez Scheme "(CS)" build support different options. If you use echo options that build both CS and 3m/CGC, then you can mix options that apply echo to both or either kind of build.