gnuplot: Fix misspelling of "Cairo"

Closes Homebrew/homebrew#16766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Michael Dippery 2012-12-27 11:49:49 -05:00 committed by Charlie Sharpsteen
parent 514ba8e2f4
commit 78e743374a

View file

@ -11,7 +11,7 @@ class Gnuplot < Formula
option 'wx', 'Build the wxWidgets terminal using pango'
option 'with-x', 'Build the X11 terminal'
option 'qt', 'Build the Qt4 terminal'
option 'cairo', 'Build the Cario based terminals'
option 'cairo', 'Build the Cairo based terminals'
option 'nolua', 'Build without the lua/TikZ terminal'
option 'nogd', 'Build without gd support'
option 'tests', 'Verify the build with make check (1 min)'