diff --git a/racket/src/cs/rumble/error.ss b/racket/src/cs/rumble/error.ss index 16ac5794aa..8b4b10c4f8 100644 --- a/racket/src/cs/rumble/error.ss +++ b/racket/src/cs/rumble/error.ss @@ -207,7 +207,7 @@ (|#%app| exn:fail:contract (string-append (symbol->string who) - ": expected argument ot type <" what ">" + ": expected argument of type <" what ">" "; given: " (error-value->string (if pos (list-ref (cons arg args) pos) arg))