Fix typo in verbose-mode message
This commit is contained in:
parent
83f6f11496
commit
e26a2d399b
|
@ -187,7 +187,7 @@ Thus, In essence this module has three responsibilites:
|
||||||
|
|
||||||
;; ModulePath -> Any
|
;; ModulePath -> Any
|
||||||
(define (run-mod to-run)
|
(define (run-mod to-run)
|
||||||
(vprintf "running ~s in envoronment ~s" to-run (get-topic))
|
(vprintf "running ~s in environment ~s" to-run (get-topic))
|
||||||
(dynamic-require to-run 0)
|
(dynamic-require to-run 0)
|
||||||
(vprintf "finished running ~s" to-run))
|
(vprintf "finished running ~s" to-run))
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ Thus, In essence this module has three responsibilites:
|
||||||
(not file))
|
(not file))
|
||||||
e]
|
e]
|
||||||
[else
|
[else
|
||||||
(vprintf "compiling ~s with coverage annotations in enviornment ~s"
|
(vprintf "compiling ~s with coverage annotations in environment ~s"
|
||||||
file
|
file
|
||||||
(get-topic))
|
(get-topic))
|
||||||
((annotate-top file)
|
((annotate-top file)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user