From 9cafa0c81080ecfaef4ce1fa959f98d79e290e05 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 5 Nov 2014 10:37:01 +0900 Subject: mpd: Fix comment typo Closes #33921. Signed-off-by: Misty De Meo --- Library/Formula/mpd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3