Skip to content
Snippets Groups Projects
Commit 9942bcc2 authored by Phil Smith's avatar Phil Smith Committed by Adam Vandenberg
Browse files

typo


Closes Homebrew/homebrew#21385.

Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
parent 6090b9b2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment