aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-21 16:47:44 -0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-21 16:47:44 -0200
commit3ecece8f67b722f5c561a3008dbe68291e75dc1d (patch)
tree9f5453f50b37dd7020f3001ec81a4d7eddc32bf2
parentd1dc9221178f8140db2cb0042d1bbca2af125720 (diff)
parentd250a8f15eb7f6be01c1a4de6f47d35fecdfe47b (diff)
downloadrneovim-3ecece8f67b722f5c561a3008dbe68291e75dc1d.tar.gz
rneovim-3ecece8f67b722f5c561a3008dbe68291e75dc1d.tar.bz2
rneovim-3ecece8f67b722f5c561a3008dbe68291e75dc1d.zip
Merge pull request #5 from jsjohns/patch-1
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