diff options
| author | Daniel Tang | 2011-04-05 12:44:50 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-05 10:04:40 -0700 |
| commit | bda7cb395edb3d583253ded4fa993f7eb29e29c8 (patch) | |
| tree | b2eb58f252d96100e5fe730f526fca319fce611c /Library | |
| parent | 19b6543f0b76bbb3a19e8966ff798ca00703522f (diff) | |
| download | homebrew-bda7cb395edb3d583253ded4fa993f7eb29e29c8.tar.bz2 | |
octave: fix typo in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/octave.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb index 4ffee126c..a93cd2040 100644 --- a/Library/Formula/octave.rb +++ b/Library/Formula/octave.rb @@ -97,7 +97,7 @@ class Octave < Formula brew_caveats = <<-EOS.undent To install, you will need custom installs of fltk and graphicsmagick: brew install --HEAD fltk - brew intalll graphicsmagick --with-magick-plus-plus + brew install graphicsmagick --with-magick-plus-plus To omit these features, see "brew options octave" |
