mpd: Fix comment typo
Closes Homebrew/homebrew#33921. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
0496755177
commit
2212cf5996
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue