aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 20:08:25 +0000
committerMike McQuaid2014-12-27 20:08:25 +0000
commit9ae0da1be77e7897362a43897ee2731af72bfc95 (patch)
treec161c6de96513fc262d17bd83040e99dc9a922fd /Library/Formula
parent12cc71561865ae6ca5632aae2f75be5e3d5b5b5e (diff)
downloadhomebrew-9ae0da1be77e7897362a43897ee2731af72bfc95.tar.bz2
vim: fix apostrophe in comment.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index 478c12cd4..1381a31db 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -39,7 +39,7 @@ class Vim < Formula
def install
ENV["LUA_PREFIX"] = HOMEBREW_PREFIX if build.with?("lua") || build.with?("luajit")
- # vim doesn"t require any Python package, unset PYTHONPATH.
+ # vim doesn't require any Python package, unset PYTHONPATH.
ENV.delete("PYTHONPATH")
opts = []