mysql: fixed typo (differnet => different)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andrew 2011-07-28 14:53:27 -07:00 committed by Adam Vandenberg
parent 91b7583389
commit fc60676242
1 changed files with 1 additions and 1 deletions

View File

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