From efc580dd79b0dce91edff313579a7c495d9e0256 Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Thu, 21 Feb 2013 22:02:55 +0200 Subject: [PATCH] Fix some typos --- doc/PROFILES.md | 2 +- doc/TUTORIAL.md | 2 +- src/leiningen/new.clj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/PROFILES.md b/doc/PROFILES.md index abc67f1e..b76b9372 100644 --- a/doc/PROFILES.md +++ b/doc/PROFILES.md @@ -39,7 +39,7 @@ that you don't want committed in version control. Global profiles can also be specified in `~/.lein/profiles.clj` and in `clj`-files within `~/.lein/profiles.d`. These will be available in all projects managed by Leiningen, though those profiles will be overridden by profiles of -the same name in the specified in the project. Defining the same global profile +the same name specified in the project. Defining the same global profile in multiple different files is considered an error. The `:user` profile is separate from `:dev`; the latter is intended to be diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 0381c2b1..a2182c66 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -112,7 +112,7 @@ the scope of this tutorial you can ## project.clj -Your `project.clj` file will start off looking something like the this: +Your `project.clj` file will start off looking something like this: ```clj (defproject my-stuff "0.1.0-SNAPSHOT" diff --git a/src/leiningen/new.clj b/src/leiningen/new.clj index edf3824b..e034049a 100644 --- a/src/leiningen/new.clj +++ b/src/leiningen/new.clj @@ -45,13 +45,13 @@ (cond (and (re-find #"(?i)(?