Fix typo (thru → through)

Closes GH-1634.
This commit is contained in:
winstonDeGreef 2022-06-18 05:07:51 -04:00 committed by GitHub
parent d6ac0dd312
commit 54217f14f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,9 +157,9 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
<title>Unix only:</title>
<para>
When the host name is set to <literal>"localhost"</literal>, then the connection to the
server is made thru a domain socket. If PDO_MYSQL is compiled against libmysqlclient then the
server is made through a domain socket. If PDO_MYSQL is compiled against libmysqlclient then the
location of the socket file is at libmysqlclient's compiled in location. If PDO_MYSQL is compiled
against mysqlnd a default socket can be set thru the <link linkend="ini.pdo-mysql.default-socket">
against mysqlnd a default socket can be set through the <link linkend="ini.pdo-mysql.default-socket">
pdo_mysql.default_socket</link> setting.
</para>
</note>