From b446bfbddf834c8a493b961b96857ed28eefea46 Mon Sep 17 00:00:00 2001 From: Munkhbaatar Date: Mon, 19 Dec 2011 20:31:14 +0800 Subject: [PATCH] little typo fix --- README.rst | 2 +- addon-info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8c912a01..c5639ef1 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ this section. Basically, installation consists of 2 simple steps: 2. Install snippets -snipate dependencies +snipmate dependencies ============== Important to note is that since version 1.0 we depend on this 2 vim plugins: * `vim-addon-mw-utils`_ providing the implementation for caching parsed diff --git a/addon-info.json b/addon-info.json index f72ff9a0..66c18c41 100644 --- a/addon-info.json +++ b/addon-info.json @@ -2,7 +2,7 @@ "name" : "snipMate", "version" : "dev", "author" : "Michael Sanders -> original project http://github.com/msanders/snipmate.vim", - "maintainer" : "Marc Weber (I mantain this fork only)", + "maintainer" : "Marc Weber (I maintain this fork only)", "repository" : {"type": "git", "url": "git://github.com/MarcWeber/snipMate.vim.git"}, "dependencies" : { "vim-addon-mw-utils": {},