From 66c447b97c267023dc1e7010c6602f0521b29c50 Mon Sep 17 00:00:00 2001 From: Michael Dippery Date: Thu, 27 Dec 2012 11:49:49 -0500 Subject: gnuplot: Fix misspelling of "Cairo" Closes #16766. Signed-off-by: Charlie Sharpsteen --- Library/Formula/gnuplot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/gnuplot.rb') diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 2500ac71f..a4d6b4ec1 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -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)' -- cgit v1.2.3