Skip to content

Commit

Permalink
fix some spell problems of doc/ServerConfiguration.md doc/TopologySer…
Browse files Browse the repository at this point in the history
…vice.md

Signed-off-by: SataQiu <[email protected]>
  • Loading branch information
SataQiu committed Apr 10, 2019
1 parent 8799db9 commit 738f988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/ServerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ VTTablet requires multiple user credentials to perform its tasks. Since it's req

**connection** parameters

* **db\_socket**: The unix socket to connect on. If this is specifed, host and port will not be used.
* **db\_socket**: The unix socket to connect on. If this is specified, host and port will not be used.
* **db\_host**: The host name for the tcp connection.
* **db\_port**: The tcp port to be used with the db\_host.
* **db\_charset**: Character set. Only utf8 or latin1 based character sets are supported.
Expand Down
4 changes: 2 additions & 2 deletions doc/TopologyService.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ all cells to route traffic. Note this is necessary to access the master in
another cell.
After the extension to two cells, the original topo service contains both the
global topology data, and the first cell topology data. The more symetrical
global topology data, and the first cell topology data. The more symmetrical
configuration we're after would be to split that original service into two: a
global one that only contains the global data (spread across both cells), and a
local one to the original cells. To achieve that split:
Expand All @@ -471,7 +471,7 @@ local one to the original cells. To achieve that split:
* Remove all remaining data in the global topology service that are in the old
local server root.
After this split, the configuration is completely symetrical:
After this split, the configuration is completely symmetrical:
* a global topology service, with servers in all cells. Only contains global
topology data about Keyspaces, Shards and VSchema. Typically it has 5 servers
Expand Down

0 comments on commit 738f988

Please sign in to comment.