From bcea01ca0a6c9b37d2f147cfc577b93ebd7678f8 Mon Sep 17 00:00:00 2001 From: Dustin Koupal Date: Wed, 5 Oct 2011 00:09:28 +0200 Subject: [PATCH] pathname.rb: Fix spelling for permssions Closes Homebrew/homebrew#7970. Signed-off-by: Charlie Sharpsteen --- Library/Homebrew/extend/pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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