aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-05-27 19:03:22 -0500
committerJack Nagel2013-05-27 19:03:22 -0500
commite8c9fc7241c5b8ea53a95a9d26396217474222df (patch)
tree5fc2e1ebf6374962aad50ac00805495b7a398dbb /Library/Formula
parent8080d17098fcd7eadf69c9665c2fb53f9f1b78c1 (diff)
downloadhomebrew-e8c9fc7241c5b8ea53a95a9d26396217474222df.tar.bz2
weechat: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/weechat.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb
index bd1ba25e3..13ff47a72 100644
--- a/Library/Formula/weechat.rb
+++ b/Library/Formula/weechat.rb
@@ -19,8 +19,8 @@ class Weechat < Formula
option 'python', 'Build the python module (requires framework Python)'
option 'aspell', 'Build the aspell module that checks your spelling'
- # cmake finds brewed python when installed, but when searching for the
- # libraries it searches for system libraries first. This patch disables
+ # cmake finds brewed python when installed, but when searching for the
+ # libraries it searches for system libraries first. This patch disables
# default search paths and ensures that brewed python is found first, if not
# it falls back to system python.
def patches