diff options
| author | Stoned Elipot | 2013-12-08 23:12:51 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-08 14:31:24 -0800 |
| commit | c292d2d9fe8be9a7610856351eabb5cc6a18a0e6 (patch) | |
| tree | b8a1a4dd7b003f969ba5d576daa97f475a1bc0dc /Library | |
| parent | f93964c1594bd4d26b8034f90d1d2f0ffab8eaf4 (diff) | |
| download | homebrew-c292d2d9fe8be9a7610856351eabb5cc6a18a0e6.tar.bz2 | |
mutt: option 'with-s-lang' typo
Closes #25061.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mutt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 03310e241..96b7515e8 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -24,7 +24,7 @@ class Mutt < Formula option "with-debug", "Build with debug option enabled" option "with-trash-patch", "Apply trash folder patch" - option "with-slang", "Build against slang instead of ncurses" + option "with-s-lang", "Build against slang instead of ncurses" option "with-ignore-thread-patch", "Apply ignore-thread patch" option "with-pgp-verbose-mime-patch", "Apply PGP verbose mime patch" option "with-confirm-attachment-patch", "Apply confirm attachment patch" |
