mpd: Fix comment typo

Closes Homebrew/homebrew#33921.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Michael Paquier 2014-11-05 10:37:01 +09:00 committed by Misty De Meo
parent 0496755177
commit 2212cf5996

View file

@ -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