summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2020-01-11 14:24:53 +0530
committerGitHub <noreply@github.com>2020-01-11 14:24:53 +0530
commitabc70149c293379694786cf87f5538a8a4142f05 (patch)
tree378185c3adfe3bb754945998321608840965dd25
parenta6c71dae3d259744854c0779784067b5c6c8132d (diff)
parentceaa8824b1a7ab141e317013a8a1643dd9b02684 (diff)
Merge pull request #3695 from alexmeinhold/patch-1
[common-lisp/en] Update common-lisp.html.markdown
-rw-r--r--common-lisp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown
index b12e50ca..1f2bb366 100644
--- a/common-lisp.html.markdown
+++ b/common-lisp.html.markdown
@@ -69,7 +69,7 @@ t ; another atom, denoting true
;;; is a good starting point. Third party libraries can be easily installed with
;;; Quicklisp
-;;; CL is usually developed with a text editor and a Real Eval Print
+;;; CL is usually developed with a text editor and a Read Eval Print
;;; Loop (REPL) running at the same time. The REPL allows for interactive
;;; exploration of the program while it is running "live".