checkign -> checking

svn: r4586
This commit is contained in:
John Clements 2006-10-13 16:56:42 +00:00
parent a058e05491
commit 530e39c5be

View File

@ -25,7 +25,7 @@
;; expression (cond [true + 1 2]), the reported error should ideally ;; expression (cond [true + 1 2]), the reported error should ideally
;; be for a misuse of "+", not that there are two extra parts in the ;; 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 ;; 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 ;; definitions are ready, yet). For other cases, ensure that the
;; expansion is in an expression position (not the top level) and use ;; expansion is in an expression position (not the top level) and use
;; the `local-expand-for-error' function instead of `local-expand' to ;; the `local-expand-for-error' function instead of `local-expand' to