Fixes more spelling errors.
original commit: 760a58b65df2b91010d2bcc2739ddab2a4489729
This commit is contained in:
parent
61f9f1203b
commit
5181e32581
|
@ -36,7 +36,7 @@
|
|||
;; Compatbility:
|
||||
;; * recognize 'r5rs, etc, and wrap them as a list.
|
||||
;; * 'begin form of reqs
|
||||
;; * more agressively extract requires from lang and reqs
|
||||
;; * more aggressively extract requires from lang and reqs
|
||||
(define *make-evaluator
|
||||
(case-lambda
|
||||
[(lang reqs . progs)
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
;; Checks a standard-format response, checking for the given
|
||||
;; expected 3-digit result code if expected is not #f.
|
||||
;;
|
||||
;; While checking, the function sends reponse lines to
|
||||
;; While checking, the function sends response lines to
|
||||
;; diagnostic-accum. This function -accum functions can return a
|
||||
;; value that accumulates over multiple calls to the function, and
|
||||
;; accum-start is used as the initial value. Use `void' and
|
||||
|
|
|
@ -4618,7 +4618,7 @@ so that propagation occurs.
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
;; provide/contract tests
|
||||
;; (at the end, becuase they are slow w/out .zo files)
|
||||
;; (at the end, because they are slow w/out .zo files)
|
||||
;;
|
||||
|
||||
(test/spec-passed
|
||||
|
|
Loading…
Reference in New Issue
Block a user