aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorAndrew2011-07-28 14:53:27 -0700
committerAdam Vandenberg2011-07-28 21:13:40 -0700
commitd12137d46ca3c1adda11bc3f38a097737660d322 (patch)
tree6d8494e142be5452083ba8c0a42ec2081dd459dd /Library/Formula/mysql.rb
parentd514b4cfe3bbf973ec03801cb5be504c2f0c6411 (diff)
downloadhomebrew-d12137d46ca3c1adda11bc3f38a097737660d322.tar.bz2
mysql: fixed typo (differnet => different)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 162c76691..9002a3c82 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -89,7 +89,7 @@ class Mysql < Formula
unset TMPDIR
mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=#{var}/mysql --tmpdir=/tmp
- To set up base tables in another folder, or use a differnet user to run
+ To set up base tables in another folder, or use a different user to run
mysqld, view the help for mysqld_install_db:
mysql_install_db --help