pathname.rb: Fix spelling for permssions

Closes Homebrew/homebrew#7970.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Dustin Koupal 2011-10-05 00:09:28 +02:00 committed by Charlie Sharpsteen
parent 51ab8c3b56
commit bcea01ca0a

View File

@ -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