spelling: does

This commit is contained in:
Josh Soref 2017-09-10 16:32:09 +00:00
parent 4806b35e27
commit fe21cfdefd

View File

@ -130,7 +130,7 @@ module OS
end
# Finally, some users make their MacPorts or Fink directories
# read-only in order to try out Homebrew, but this doens't work as
# read-only in order to try out Homebrew, but this doesn't work as
# some build scripts error out when trying to read from these now
# unreadable paths.
%w[/sw /opt/local].map { |p| Pathname.new(p) }.each do |path|