Skip to content

Commit

Permalink
Merge pull request #37 from danneu/master
Browse files Browse the repository at this point in the history
Fixed some typos.
  • Loading branch information
slagyr committed Mar 11, 2013
2 parents 29dd2ba + c5ec103 commit d691417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leiningen/spec.clj
Expand Up @@ -45,11 +45,11 @@
"Speclj - pronounced \"speckle\": a TDD/BDD framework for Clojure.
You're currently using Speclj's Leiningen plugin. To get the Speclj's help
documentation, as opposed to this message provided by Leinigen, try this:
documentation, as opposed to this message provided by Leiningen, try this:
lein spec --speclj
That ough to do the trick."
That ought to do the trick."
[project & args]
(prepare project)
(let [speclj-args (cons "-c" args)
Expand Down

0 comments on commit d691417

Please sign in to comment.