From efb3bf0684aa7aa491b3fee1320a5a219c21f05f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 3 Feb 2013 13:05:40 -0600 Subject: [PATCH] Spelling error Also, Rackety --- collects/raco/raco.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/raco/raco.rkt b/collects/raco/raco.rkt index 7cb91e8a0e..e972272936 100644 --- a/collects/raco/raco.rkt +++ b/collects/raco/raco.rkt @@ -1,4 +1,4 @@ -#lang scheme/base +#lang racket/base (require "command-name.rkt" "all-tools.rkt") @@ -79,7 +79,7 @@ (if show-all? (list #f #t) (list #f))) - (printf "\nA command can be specified by an unambigous prefix.") + (printf "\nA command can be specified by an unambiguous prefix.") (unless show-all? (printf "\nSee `raco help' for a complete list of commands.")) (printf "\nSee `raco help ' for help on a command.")