From 530e39c5becdf6816ad295864c83cbb8c9800f29 Mon Sep 17 00:00:00 2001 From: John Clements Date: Fri, 13 Oct 2006 16:56:42 +0000 Subject: [PATCH] checkign -> checking svn: r4586 --- collects/lang/private/teach.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/lang/private/teach.ss b/collects/lang/private/teach.ss index c2cb659899..4cd4ea1d20 100644 --- a/collects/lang/private/teach.ss +++ b/collects/lang/private/teach.ss @@ -25,7 +25,7 @@ ;; expression (cond [true + 1 2]), the reported error should ideally ;; be for a misuse of "+", not that there are two extra parts in the ;; clause. This check requires local-expanding, so it doesn't work -;; when checkign top-level forms like `define' (because not all of the +;; when checking top-level forms like `define' (because not all of the ;; definitions are ready, yet). For other cases, ensure that the ;; expansion is in an expression position (not the top level) and use ;; the `local-expand-for-error' function instead of `local-expand' to