From 43ea8e442c70197bce50958c17dc7fd63c3363c1 Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Fri, 28 Jun 2013 00:50:05 +0800 Subject: [PATCH] Typo in comment --- .../typed-racket-lib/typed-racket/rep/rep-utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/rep-utils.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/rep-utils.rkt index a0febd74b3..68c8381b44 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/rep-utils.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/rep-utils.rkt @@ -125,7 +125,7 @@ [(f) #'(if (Rep? f) (Rep-seq f) f)] [(fields ...) #'(list (if (Rep? fields) (Rep-seq fields) fields) ...)])])) ;; expression that when given a "get free-variables" - ;; function, combines the results in the expected pashion. + ;; function, combines the results in the expected fashion. (~optional [#:frees frees:frees-pat] #:defaults ([frees.f1 (combiner #'Rep-free-vars #'flds.fields)]