From 12686ad417c40274f1da439c5cb7484aefde8b8c Mon Sep 17 00:00:00 2001
From: Andrew Janke <andrew@apjanke.net>
Date: Fri, 6 May 2016 11:03:38 -0400
Subject: [PATCH] cmd/fetch: fix typo in doco

---
 Library/Homebrew/cmd/fetch.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb
index 929709151c..3a39566070 100644
--- a/Library/Homebrew/cmd/fetch.rb
+++ b/Library/Homebrew/cmd/fetch.rb
@@ -5,7 +5,7 @@
 #:    If `--HEAD` or `--devel` is passed, fetch that version instead of the
 #:    stable version.
 #:
-#:    If `-v` is passed, do a verbose VCS checkout, if the URL represents a CVS.
+#:    If `-v` is passed, do a verbose VCS checkout, if the URL represents a VCS.
 #:    This is useful for seeing if an existing VCS cache has been updated.
 #:
 #:    If `--force` is passed, remove a previously cached version and re-fetch.
-- 
GitLab