diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-16 22:35:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-18 22:13:13 +0100 |
commit | 5bb1aa4dd7d97414aecfb5fab16ff9d3291f98ae (patch) | |
tree | db8f3b3879b4dc6c1639436be6ca550eacd762e5 /include/ucbhelper | |
parent | 1187f1d5f90296f527ba66651cd9b5b3913b597e (diff) |
Fix typo
Change-Id: I77fc4fe10f08f3ad4eac6d2aebf546dcc709bcf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88826
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/resultset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx index 2b3afd5e961f..12c83ff8e6d1 100644 --- a/include/ucbhelper/resultset.hxx +++ b/include/ucbhelper/resultset.hxx @@ -395,7 +395,7 @@ public: /** * This method is called to instruct the supplier to release the (possibly - * presnt) property values at the given index. + * present) property values at the given index. * * @param nIndex is the zero-based index within the logical data array * of the supplier. |