diff options
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/pathname.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb index 095a0aa1a..65d34d450 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 |
