poppler: fix typo

Closes Homebrew/homebrew#24998.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Guillaume Hain 2013-12-06 18:33:24 +01:00 committed by Adam Vandenberg
parent 5fdc76d157
commit b58a8fd549
1 changed files with 1 additions and 1 deletions

View File

@ -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'