From 8769e09e710889d94f131011d3a34d85347fa280 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 20:08:14 +0000 Subject: [PATCH] mysql: fix apostrophe in comment. --- Formula/mysql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/mysql.rb b/Formula/mysql.rb index 5b79bf2692..2acc6051ed 100644 --- a/Formula/mysql.rb +++ b/Formula/mysql.rb @@ -37,7 +37,7 @@ class Mysql < Formula end def install - # Don"t hard-code the libtool path. See: + # Don't hard-code the libtool path. See: # https://github.com/Homebrew/homebrew/issues/20185 inreplace "cmake/libutils.cmake", "COMMAND /usr/bin/libtool -static -o ${TARGET_LOCATION}", @@ -103,7 +103,7 @@ class Mysql < Formula system "make" system "make", "install" - # Don"t create databases inside of the prefix! + # Don't create databases inside of the prefix! # See: https://github.com/Homebrew/homebrew/issues/4975 rm_rf prefix+"data"