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.")