diff options
author | Adam Bard <github@adambard.com> | 2013-09-02 21:32:02 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-09-02 21:32:02 -0700 |
commit | 412b312c45ccb8922f92c4ee364819fb0add7734 (patch) | |
tree | d139483739bd1d1f2a174fadd706c5a0ffb1427b /common-lisp.html.markdown | |
parent | d65754995a0c8affe618ba2b0eb2e300ffbb9b91 (diff) | |
parent | 727927f68dc1f03a19c2cc3bef1356f7b46a4e1d (diff) |
Merge pull request #296 from agumonkey/patch-1
minor typo fix for common-lisp : s/Paul Khoung/Paul Khuong/g
Diffstat (limited to 'common-lisp.html.markdown')
-rw-r--r-- | common-lisp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown index bf4844f3..a672b682 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -619,4 +619,4 @@ nil ; for false - and the empty list Lots of thanks to the Scheme people for rolling up a great starting point which could be easily moved to Common Lisp. -- [Paul Khoung](https://github.com/pkhuong) for some great reviewing. +- [Paul Khuong](https://github.com/pkhuong) for some great reviewing. |