aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/poppler.rb
diff options
context:
space:
mode:
authorGuillaume Hain2013-12-06 18:33:24 +0100
committerAdam Vandenberg2013-12-06 20:18:56 -0800
commit6af244acdf91d17569790ee4c222c4534662abd4 (patch)
treecf1f56176c26aa6cf3d4defeaac63c0e30a52c8a /Library/Formula/poppler.rb
parent410154e386e350d895c449e0c996d5f4a2840b44 (diff)
downloadhomebrew-6af244acdf91d17569790ee4c222c4534662abd4.tar.bz2
poppler: fix typo
Closes #24998. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/poppler.rb')
-rw-r--r--Library/Formula/poppler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb
index c3b6816eb..a8382194c 100644
--- a/Library/Formula/poppler.rb
+++ b/Library/Formula/poppler.rb
@@ -18,7 +18,7 @@ class Poppler < Formula
depends_on 'glib' => :optional
depends_on 'cairo' if build.with? 'glib' # Needs a newer Cairo build than OS X 10.6.7 provides
- conflicts_with 'pdftohtml', :beacuse => 'both install `pdftohtml` binaries'
+ conflicts_with 'pdftohtml', :because => 'both install `pdftohtml` binaries'
conflicts_with 'pdf2image', 'xpdf',
:because => 'poppler, pdf2image, and xpdf install conflicting executables'