From 9942bcc21e8ef57180fc625661d5089efca77808 Mon Sep 17 00:00:00 2001 From: Phil Smith Date: Mon, 22 Jul 2013 10:57:51 -0700 Subject: [PATCH] typo Closes Homebrew/homebrew#21385. Signed-off-by: Adam Vandenberg --- 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 3d9fa4c949..49eb6e6ec1 100644 --- a/Library/Homebrew/extend/pathname.rb +++ b/Library/Homebrew/extend/pathname.rb @@ -365,7 +365,7 @@ class Pathname def write_exec_script *targets targets.flatten! if targets.empty? - opoo "tried to write exec sripts to #{self} for an empty list of targets" + opoo "tried to write exec scripts to #{self} for an empty list of targets" end targets.each do |target| target = Pathname.new(target) # allow pathnames or strings