Fixed spelling mistakes in documentation.

This commit is contained in:
Markus Makela
2015-11-13 10:39:21 +02:00
parent 1433d28f5f
commit 327c29849c
17 changed files with 24 additions and 24 deletions

View File

@ -150,7 +150,7 @@ port=3306
socket=/tmp/ClusterMaster
```
An address parameter may be given if the listener is required to bind to a particular network address when using hosts with multiple network addresses. The default behaviour is to listen on all network interfaces.
An address parameter may be given if the listener is required to bind to a particular network address when using hosts with multiple network addresses. The default behavior is to listen on all network interfaces.
The next stage is the configuration is to define the server information. This defines how to connect to each of the servers within the cluster, again a section is created for each server, with the type set to server, the network address and port to connect to and the protocol to use to connect to the server. Currently the protocol module for all database connections in MySQLBackend.
```