aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Soref2017-09-10 16:32:09 +0000
committerJosh Soref2017-09-10 16:32:09 +0000
commitfe21cfdefdc87074de6643b804b94b984814e0a1 (patch)
treec587fb118264f78fb67fd513335e43d13a5e1797
parent4806b35e2784e55a79b094968d195e648228a63b (diff)
downloadbrew-fe21cfdefdc87074de6643b804b94b984814e0a1.tar.bz2
spelling: does
-rw-r--r--Library/Homebrew/os/mac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index d6ded58ce..bc75fc322 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -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|