aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index 0c5da1bfb..98ca0d539 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -85,7 +85,7 @@ class Mpd < Formula
system "./configure", *args
system "make"
- ENV.j1 # Directories are created in parallel, so let"s not do that
+ ENV.j1 # Directories are created in parallel, so let's not do that
system "make install"
end