From 286bc3f034e322f91be2a59cc970da49badd08ac Mon Sep 17 00:00:00 2001 From: Cristian Date: Wed, 4 Mar 2015 23:16:27 -0800 Subject: [PATCH] Fixed typo --- sample.project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.project.clj b/sample.project.clj index 7006720bb..69311b3bd 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -238,7 +238,7 @@ ;; other Java interop functionality. Put a regex here to compile all ;; namespaces whose names match. If you only need AOT for an uberjar ;; gen-class, put `:aot :all` in the :uberjar profile and see :target-path for - ;; how to enable profile-baset target isolation. + ;; how to enable profile-based target isolation. :aot [org.example.sample] ;; Forms to prepend to every form that is evaluated inside your project. ;; Allows working around the Gilardi Scenario: http://technomancy.us/143