diff --git a/src/interpreter/eval.lisp b/src/interpreter/eval.lisp index ec1ba7e2d7..5fd450f0b6 100644 --- a/src/interpreter/eval.lisp +++ b/src/interpreter/eval.lisp @@ -217,7 +217,7 @@ :format-control "~@" :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: