Skip to content

Commit

Permalink
a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklaskowski committed Nov 9, 2012
1 parent 8407b59 commit bac476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/classpath.clj
Expand Up @@ -204,7 +204,7 @@
(map (memfn getAbsolutePath)))))

(defn get-classpath
"Return a the classpath for project as a list of strings."
"Return the classpath for project as a list of strings."
[project]
(for [path (concat (:test-paths project)
(:source-paths project)
Expand Down

0 comments on commit bac476c

Please sign in to comment.