Skip to content

Commit

Permalink
Fix INTERPRETER spelling. Overall the quality should improve, though.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek committed Oct 18, 2019
1 parent ead038c commit 747669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreter/eval.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
:format-control
"~@<Lexical environment is too complex to evaluate in: ~S~:@>"
:format-arguments (list env)))))
;; FIXME: should this be (OR INTEPRETER-ENV (CAPTURE-TOPLEVEL-ENV)) ?
;; FIXME: should this be (OR INTERPRETER-ENV (CAPTURE-TOPLEVEL-ENV)) ?
;; Whether we decide to capture the policy here or not, there will always
;; be some use-case that comes out wrong. Capturing it is necessary for
;; the following to work in the interpreter:
Expand Down

0 comments on commit 747669f

Please sign in to comment.