diff --git a/clojure/README.md b/clojure/README.md index 59fba6da8..d3560769c 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -9,7 +9,7 @@ For detailed information about the virtual/transfer sizes and individual layers # What is Clojure? -Clojure is a dialect of the Lisp programming language. It is a general-purpose programming language with an emphasis on functional programming. It runs on the Java Virtual Machine, Common Langauge Runtime, and JavaScript engines. Like other Lisps, Clojure treats code as data and has a macro system. +Clojure is a dialect of the Lisp programming language. It is a general-purpose programming language with an emphasis on functional programming. It runs on the Java Virtual Machine, Common Language Runtime, and JavaScript engines. Like other Lisps, Clojure treats code as data and has a macro system. > [wikipedia.org/wiki/Clojure](http://en.wikipedia.org/wiki/Clojure)