diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-10 23:18:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-11 07:17:22 +0200 |
commit | 672660031e4ca38205e2068b1e321268a844a68b (patch) | |
tree | dc3529c1b94e1e85c593bf729e2ba61d0b8f16c9 /connectivity | |
parent | dc823f5fa4a5d2eca56297b9045e5962536c00f9 (diff) |
Fix typos
Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
Reviewed-on: https://gerrit.libreoffice.org/52697
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/mysql/YTable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx index ce3a71a4a971..21e07d66515c 100644 --- a/connectivity/source/inc/mysql/YTable.hxx +++ b/connectivity/source/inc/mysql/YTable.hxx @@ -36,7 +36,7 @@ namespace connectivity { sal_Int32 m_nPrivileges; // we have to set our privileges by our own - /** executes the statmenmt. + /** executes the statement. @param _rStatement The statement to execute. */ |