Fix typos
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 29 Jun 2015 23:13:23 +0200
changeset 1 1052e4853b1e
parent 0 f37ff08522ed
child 2 6c66049c63e0
Fix typos
LICENCE
README
--- a/LICENCE	Sat Jun 27 21:55:53 2015 +0200
+++ b/LICENCE	Mon Jun 29 23:13:23 2015 +0200
@@ -1,4 +1,4 @@
-This vim-plugin is intendet to fold Certs in PEM files
+This vim-plugin is intended to fold Certs in PEM files
 Copyright (C) 2015  Heike Yvonne Pesch
                     heike.dasinci.pesch@googlemail.com
 
--- a/README	Sat Jun 27 21:55:53 2015 +0200
+++ b/README	Mon Jun 29 23:13:23 2015 +0200
@@ -1,6 +1,6 @@
 ABOUT
 --------------------------------------------------------------------------------
-This Plugin is intended to fold every single Cert in a PEM Certificat.
+This Plugin is intended to fold every single Cert in a PEM Certificate.
 
 It will match on these filename extensions for X.509 certificates:
 
@@ -50,7 +50,7 @@
 location recodnized by your runtimepath. Or just install pathogen, it makes it
 much easier to update your plugins. 
 
-Installing Pathogen Plugin is quiet easy, just enter:
+Installing Pathogen Plugin is quite easy, just enter:
 
 mkdir -p ~/.vim/autoload ~/.vim/bundle
 curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
@@ -58,6 +58,8 @@
 for more information visit: 
 http://www.vim.org/scripts/script.php?script_id=2332
 
+Do not forget to add 'execute pathogen#infect()' to your ~/.vimrc!
+
 RFC
 --------------------------------------------------------------------------------
 For more information about X-509 Certificates read the RFC:
@@ -68,7 +70,7 @@
 
 LICENCE
 --------------------------------------------------------------------------------
-This vim-plugin is intendet to fold Certs in PEM files
+This vim-plugin is intended to fold Certs in PEM files
 Copyright (C) 2015  Heike Yvonne Pesch 
                     heike.dasinci.pesch@googlemail.com
 
@@ -85,7 +87,7 @@
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-This vim-plugin is intendet to fold Certs in PEM files
+This vim-plugin is intended to fold Certs in PEM files
 Copyright (C) 2015  Heike Yvonne Pesch
 
 This program is free software: you can redistribute it and/or modify