pathname.rb: Fix spelling for permssions
Closes Homebrew/homebrew#7970. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
51ab8c3b56
commit
bcea01ca0a
@ -238,7 +238,7 @@ class Pathname
|
|||||||
unless rv and $? == 0
|
unless rv and $? == 0
|
||||||
raise <<-EOS.undent
|
raise <<-EOS.undent
|
||||||
Could not create symlink #{to_s}.
|
Could not create symlink #{to_s}.
|
||||||
Check that you have permssions on #{self.dirname}
|
Check that you have permissions on #{self.dirname}
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user