diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index f26cd8120..66436a3b2 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -13,7 +13,7 @@ class Tup < Formula if `kextfind -b org.fuse4x.kext.fuse4x`.chomp.empty? onoe <<-EOS.undent Tup requires the fuse4x kernel extension to be loadable in order to - build. Pleas follow the directions givein by `brew info fuse4x-kext` + build. Please follow the directions givein by `brew info fuse4x-kext` and try again! EOS exit 1 |
