From c1c3f9e917f975fe70ee7b03331ef5ef1fa2553f Mon Sep 17 00:00:00 2001
From: Tim Pope <code@tpope.net>
Date: Tue, 12 Mar 2013 16:05:47 -0400
Subject: [PATCH] Typo fix

---
 plugin/foreplay/zip.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/foreplay/zip.vim b/plugin/foreplay/zip.vim
index 84e6b4e..15e8a49 100644
--- a/plugin/foreplay/zip.vim
+++ b/plugin/foreplay/zip.vim
@@ -7,7 +7,7 @@ endif
 
 runtime! autoload/zip.vim
 
-" Copied and pasted verbatime from autoload/zip.vim.
+" Copied and pasted verbatim from autoload/zip.vim.
 
 fun! zip#Read(fname,mode)
 "  call Dfunc("zip#Read(fname<".a:fname.">,mode=".a:mode.")")