Skip to content

Commit f32489e

Browse files
committed
fix typos
1 parent 355d0e2 commit f32489e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ ql-https — HTTPS support for Quicklisp via curl
2626

2727
## AUTOMATIC INSTALLATION
2828

29-
The default implementation is sbcl, if you are using another then set the `LANG`
29+
The default implementation is sbcl, if you are using another then set the `LISP`
3030
environment variable, for example to use Clozure common lisp:
3131

32-
export LANG=ccl
32+
export LISP=ccl
3333

3434
now run the installer script:
3535

doc/README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ cat ../version
2626
- curl (refer to your system package manager)
2727

2828
** AUTOMATIC INSTALLATION
29-
The default implementation is sbcl, if you are using another then set the ~LANG~
29+
The default implementation is sbcl, if you are using another then set the ~LISP~
3030
environment variable, for example to use Clozure common lisp:
31-
#+begin_src lisp
32-
export LANG=ccl
31+
#+begin_src sh
32+
export LISP=ccl
3333
#+end_src
3434
now run the installer script:
3535
#+begin_src sh

0 commit comments

Comments
 (0)