aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-04-13 02:32:16 -0500
committerJack Nagel2013-04-13 02:32:16 -0500
commit4853f8137b24eb27dcb3db3c29946a32be5aaded (patch)
tree8f7a257700074b2b5fc8f77e0a360d5e394e2e05 /Library/Formula
parent3ced46240bdf6c8d63d1ca2808f213e91861a84d (diff)
downloadhomebrew-4853f8137b24eb27dcb3db3c29946a32be5aaded.tar.bz2
curl: fix typo
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/curl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb
index 0019f6776..4a0d3795e 100644
--- a/Library/Formula/curl.rb
+++ b/Library/Formula/curl.rb
@@ -12,7 +12,7 @@ class Curl < Formula
option 'with-libmetalink', 'Build with Metalink support'
option 'with-ares', 'Build with C-Ares async DNS support'
option 'with-ssl', 'Build with Homebrew OpenSSL instead of the system version'
- option 'with-darwinssl' 'Build with Secure Transport for SSL support'
+ option 'with-darwinssl', 'Build with Secure Transport for SSL support'
depends_on 'pkg-config' => :build
depends_on 'libssh2' if build.with? 'ssh'