aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-06-06 15:50:22 +0200
committerPeter Odding <peter@peterodding.com>2010-06-06 15:50:22 +0200
commit65ad69ac288eaa70b1469739ce6ea601ab852a2e (patch)
treee6d0dd4bb792097e2dec3299606bebf3a27ae478 /README.md
parenta40a556544d08460ae7217a6a2b76608f66c2033 (diff)
downloadvim-easytags-65ad69ac288eaa70b1469739ce6ea601ab852a2e.tar.gz
Fixed typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe5fe60..a660c84 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ syntax highlighting for [over 500 file types] [vim_support] (!) and Exuberant
Ctags can generate tags for [over 40 file types] [ctags_support] as well...
There's just one problem: You have to manually keep your tags files up-to-date
-and this turns about to be a royal pain in the ass! So I set out to write a Vim
+and this turns out to be a royal pain in the ass! So I set out to write a Vim
plug-in that would do this boring work for me. When I finished the plug-in's
basic functionality (one automatic command and a call to `system()`) I became
interested in dynamic syntax highlighting, so I added that as well to see if it