diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-21 17:19:26 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-21 19:49:10 +0200 |
commit | 51d027d333bc4e92612f62e55ac2ac22cdedf7b8 (patch) | |
tree | a696d6367e76146b7b13c896cf7ddc342a72270a | |
parent | 1ce06d6f5faef38ef11d937a0a447784aa526c8c (diff) |
Fix typo
Change-Id: I09335c448cb058fec91cb6caf33c503c9a6e971d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92642
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/explorer/database/dabawiz02mysql.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/explorer/database/dabawiz02mysql.xhp b/source/text/shared/explorer/database/dabawiz02mysql.xhp index 4555a59765..02395e577e 100644 --- a/source/text/shared/explorer/database/dabawiz02mysql.xhp +++ b/source/text/shared/explorer/database/dabawiz02mysql.xhp @@ -51,11 +51,11 @@ <switch select="sys"> <case select="WIN"> <h3 id="hd_id121587407845730">Named Pipe</h3> -<paragraph role="paragraph" id="par_id941587407987180">If the MariaDB or MySQL database is to be acessed by a named pipe, enter it's name.</paragraph> +<paragraph role="paragraph" id="par_id941587407987180">If the MariaDB or MySQL database is to be accessed by a named pipe, enter it's name.</paragraph> </case> <default> <h3 id="hd_id161587405553671">Socket</h3> -<paragraph role="paragraph" id="par_id161587405561472">If the MariaDb or MySQL database is to be acessed by a socket, enter the socket ID.</paragraph> +<paragraph role="paragraph" id="par_id161587405561472">If the MariaDb or MySQL database is to be accessed by a socket, enter the socket ID.</paragraph> </default> </switch> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/dbwizmysqlintropage/odbc" id="bm_id6776940" localize="false"/> |