diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb index 095a0aa1ac..65d34d4500 100644 --- a/Library/Homebrew/extend/pathname.rb +++ b/Library/Homebrew/extend/pathname.rb @@ -238,7 +238,7 @@ class Pathname unless rv and $? == 0 raise <<-EOS.undent Could not create symlink #{to_s}. - Check that you have permssions on #{self.dirname} + Check that you have permissions on #{self.dirname} EOS end end