aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-09-21 22:27:34 -0700
committerCharlie Sharpsteen2011-09-21 22:27:34 -0700
commit005d8011e818b99a065374f3fb134cfeebaeb626 (patch)
tree611175e86e1fd0c159e511fdf259e696d127dc47 /Library/Formula
parentb529ff068973aa3446680bc020f4056c0af8fb2c (diff)
downloadhomebrew-005d8011e818b99a065374f3fb134cfeebaeb626.tar.bz2
Tup: Fix tiny typo
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tup.rb2
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