diff options
| author | Michael Paquier | 2014-11-05 10:37:01 +0900 |
|---|---|---|
| committer | Misty De Meo | 2014-11-04 18:37:36 -0800 |
| commit | 9cafa0c81080ecfaef4ce1fa959f98d79e290e05 (patch) | |
| tree | 72ced58fc6a02d0db26916b788f2a0f866443bdd /Library | |
| parent | a709704dec9ff1739f95b21ebcb94bf6436e14bd (diff) | |
| download | homebrew-9cafa0c81080ecfaef4ce1fa959f98d79e290e05.tar.bz2 | |
mpd: Fix comment typo
Closes #33921.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpd.rb | 2 |
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 |
