summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 08:53:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:17:21 +0000
commit7668d4e616dd37d3b335c43db897b64a7349047b (patch)
treef5463f30b8a6dfffe38785dbd59f36153b935aa0 /connectivity/source/inc
parentFix typos (diff)
downloadcore-7668d4e616dd37d3b335c43db897b64a7349047b.tar.gz
core-7668d4e616dd37d3b335c43db897b64a7349047b.zip
Fix typos
Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c Reviewed-on: https://gerrit.libreoffice.org/35618 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaData.hxx2
-rw-r--r--connectivity/source/inc/file/FNumericFunctions.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/ADatabaseMetaData.hxx b/connectivity/source/inc/ado/ADatabaseMetaData.hxx
index e8ebb65b844b..9acb10561e8b 100644
--- a/connectivity/source/inc/ado/ADatabaseMetaData.hxx
+++ b/connectivity/source/inc/ado/ADatabaseMetaData.hxx
@@ -52,7 +52,7 @@ namespace connectivity
bool isCapable(sal_uInt32 _nId);
OUString getLiteral(sal_uInt32 _nProperty);
- // get info out of propertyst
+ // get info out of properties
/// @throws css::sdbc::SQLException
/// @throws css::uno::RuntimeException
OUString getStringProperty(const OUString& _aProperty);
diff --git a/connectivity/source/inc/file/FNumericFunctions.hxx b/connectivity/source/inc/file/FNumericFunctions.hxx
index 79592c14b012..6d37df610e79 100644
--- a/connectivity/source/inc/file/FNumericFunctions.hxx
+++ b/connectivity/source/inc/file/FNumericFunctions.hxx
@@ -227,7 +227,7 @@ namespace connectivity
};
/** PI()
- Returns the value of PI. The default shown number of decimals is 5, but internally uses the full double precession for PI.
+ Returns the value of PI. The default shown number of decimals is 5, but internally uses the full double precision for PI.
> SELECT PI();
-> 3.141593