From 6547db5039a80515fa3b7fd77d1c1eec5f8fb261 Mon Sep 17 00:00:00 2001 From: John Clements Date: Tue, 9 Sep 2008 22:10:17 +0000 Subject: [PATCH] misspelling svn: r11621 --- collects/lang/run-teaching-program.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/lang/run-teaching-program.ss b/collects/lang/run-teaching-program.ss index 558e6e8e81..b15db66059 100644 --- a/collects/lang/run-teaching-program.ss +++ b/collects/lang/run-teaching-program.ss @@ -92,7 +92,7 @@ (format "the teachpack '~a' was not found" name))) ;; rewrite-module : settings syntax (is-a?/c interactions-text<%>) -> syntax -;; rewrites te module to print out results of non-definitions +;; rewrites the module to print out results of non-definitions (define (rewrite-module stx rep) (syntax-case stx (module #%plain-module-begin) [(module name lang (#%plain-module-begin bodies ...))