vim: fix apostrophe in comment.

This commit is contained in:
Mike McQuaid 2014-12-27 20:08:25 +00:00
parent 4f0c95ef3f
commit 7812d14546

View file

@ -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 = []