From 6cf5e1d732b4a6ee5485def98637f100cbc86f1b Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Fri, 3 Feb 2023 13:10:54 +0900 Subject: [PATCH] Fix a typo (#1308) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e0b2d8c..cf35222d5 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ the library file `libmysqlclient.so` but is missing the header file `mysql.h` ### Mac OS X -You may use Homebew, MacPorts, or a native MySQL installer package. The most +You may use Homebrew, MacPorts, or a native MySQL installer package. The most common paths will be automatically searched. If you want to select a specific MySQL directory, use the `--with-mysql-dir` or `--with-mysql-config` options above.