diff options
| author | Phil Smith | 2013-07-22 10:57:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-22 11:24:40 -0700 |
| commit | da774ad4d9a795911dd2ec44f6b9f6b808ae7240 (patch) | |
| tree | 9cbb36780ff31a99d46a1329f0847bbe8b0b81cb /Library | |
| parent | 373f7ffe4328dfc307d3c5f1909487b1b3429ef7 (diff) | |
| download | homebrew-da774ad4d9a795911dd2ec44f6b9f6b808ae7240.tar.bz2 | |
typo
Closes #21385.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/pathname.rb | 2 |
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 |
