From 087b65aaadab4398d0fd75267da356e927d7ec80 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Mon, 24 Jan 2011 22:31:00 +0100 Subject: [PATCH] Fixed typos in error messages from iolib.lsp --- src/lsp/iolib.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lsp/iolib.lsp b/src/lsp/iolib.lsp index e7f9ec9db..ebe5fdad3 100644 --- a/src/lsp/iolib.lsp +++ b/src/lsp/iolib.lsp @@ -238,7 +238,7 @@ is not given, ends the recording." (defmacro with-standard-io-syntax (&body body) "Syntax: ({forms}*) -The forms of the body are executed in a print envirtoponment that corresponds to +The forms of the body are executed in a print environment that corresponds to the one defined in the ANSI standard. *print-base* is 10, *print-array* is t, *package* is \"CL-USER\", etc." `(progv (car +io-syntax-progv-list+) @@ -247,7 +247,7 @@ the one defined in the ANSI standard. *print-base* is 10, *print-array* is t, (defmacro with-ecl-io-syntax (&body body) "Syntax: ({forms}*) -The forms of the body are executed in a print envirtoponment that corresponds to +The forms of the body are executed in a print environment that corresponds to the one used internally by ECL compiled files." `(progv (car +ecl-syntax-progv-list+) (cdr +ecl-syntax-progv-list+)