From 747669f4faf79451dbd5878eaaef415780ab4101 Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Fri, 18 Oct 2019 14:14:13 +0200 Subject: [PATCH] Fix INTERPRETER spelling. Overall the quality should improve, though. --- src/interpreter/eval.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: