aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-01-28 23:00:08 -0600
committerJack Nagel2013-01-28 23:00:08 -0600
commit9e1a4b0a0b094411669e45c3a19db3c0d7ff9aef (patch)
tree95eb0003b4ebbda2abec49ea108eeab7af779b49 /Library
parent594e8080c22bd6f615592d3155fe14a571a6140e (diff)
downloadhomebrew-9e1a4b0a0b094411669e45c3a19db3c0d7ff9aef.tar.bz2
groonga: fix typo
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/groonga.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/groonga.rb b/Library/Formula/groonga.rb
index 483b1f118..1d805b148 100644
--- a/Library/Formula/groonga.rb
+++ b/Library/Formula/groonga.rb
@@ -10,7 +10,7 @@ class Groonga < Formula
depends_on 'msgpack'
def install
- # ZeroMQ is an optional dependency that will be auto-detected unless we disbale it
+ # ZeroMQ is an optional dependency that will be auto-detected unless we disable it
system "./configure", "--prefix=#{prefix}", "--with-zlib", "--disable-zeromq"
system "make install"
end