octave: fix typo in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
54f33d62dd
commit
e95b9b9af9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue