From 9ae0da1be77e7897362a43897ee2731af72bfc95 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 20:08:25 +0000 Subject: vim: fix apostrophe in comment. --- Library/Formula/vim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 = [] -- cgit v1.2.3