Skip to content

Commit

Permalink
Correct grammar on not in project error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Dohm committed Nov 16, 2013
1 parent e894a1a commit ca212ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
### Changes

* Replaced variable `projectile-use-native-indexing` with `projectile-indexing-method`.
* Corrected grammar on error message for not being in a project.

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ The current directory is assumed to be the project's root otherwise."
(car)
(projectile-file-truename))
(if projectile-require-project-root
(error "You're not into a project")
(error "You're not in a project")
default-directory))))
project-root))

Expand Down

0 comments on commit ca212ed

Please sign in to comment.