aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPhil Smith2013-07-22 10:57:51 -0700
committerAdam Vandenberg2013-07-22 11:24:40 -0700
commit9942bcc21e8ef57180fc625661d5089efca77808 (patch)
tree07cb937a269f7ef012b4609fa957879055e8b3e2 /Library
parent6090b9b2bfef8d60e34af28f139faea58dc70631 (diff)
downloadbrew-9942bcc21e8ef57180fc625661d5089efca77808.tar.bz2
typo
Closes Homebrew/homebrew#21385. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 3d9fa4c94..49eb6e6ec 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