aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Dippery2012-12-27 11:49:49 -0500
committerCharlie Sharpsteen2012-12-27 14:10:13 -0800
commit66c447b97c267023dc1e7010c6602f0521b29c50 (patch)
treea2d4e2857a79b97c26e29886ef046d23ca8a4a09 /Library
parent365deadd6f32042ba709029f13fa8e2638d80e8a (diff)
downloadhomebrew-66c447b97c267023dc1e7010c6602f0521b29c50.tar.bz2
gnuplot: Fix misspelling of "Cairo"
Closes #16766. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnuplot.rb2
1 files changed, 1 insertions, 1 deletions
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)'