aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Johnson <josh@jj88.org>2014-02-21 13:46:27 -0500
committerJoshua Johnson <josh@jj88.org>2014-02-21 13:46:27 -0500
commitd250a8f15eb7f6be01c1a4de6f47d35fecdfe47b (patch)
tree9f5453f50b37dd7020f3001ec81a4d7eddc32bf2
parentd1dc9221178f8140db2cb0042d1bbca2af125720 (diff)
downloadrneovim-d250a8f15eb7f6be01c1a4de6f47d35fecdfe47b.tar.gz
rneovim-d250a8f15eb7f6be01c1a4de6f47d35fecdfe47b.tar.bz2
rneovim-d250a8f15eb7f6be01c1a4de6f47d35fecdfe47b.zip
Fix spelling
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81019218dc..63af9e353b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Over its more than 20 years of life, vim has accumulated about 300k lines of sca
Another issue, is that as the only person responsible for maintaing vim's big codebase, Bram Moolenaar has to be extra-careful before accepting patches, because once merged, the new code will be his responsibility.
-These problems make it very difficult to have new features and bug fixes merged into the core. Vim just cant keep up with the development speed of its plugin echosystem.
+These problems make it very difficult to have new features and bug fixes merged into the core. Vim just cant keep up with the development speed of its plugin ecosystem.
### Solution