diff options
| -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" |
