aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
diff options
context:
space:
mode:
authorMichael Paquier2014-11-05 10:37:01 +0900
committerMisty De Meo2014-11-04 18:37:36 -0800
commit9cafa0c81080ecfaef4ce1fa959f98d79e290e05 (patch)
tree72ced58fc6a02d0db26916b788f2a0f866443bdd /Library/Formula/mpd.rb
parenta709704dec9ff1739f95b21ebcb94bf6436e14bd (diff)
downloadhomebrew-9cafa0c81080ecfaef4ce1fa959f98d79e290e05.tar.bz2
mpd: Fix comment typo
Closes #33921. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/mpd.rb')
-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