From b937a95b4e3f372f64450a6bfea9a7efb5c16464 Mon Sep 17 00:00:00 2001
From: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Sun, 11 Aug 2019 18:19:03 +0200
Subject: Fix typos

Change-Id: Ic49b4cc6f2d0e0ac4d2635da2447bc6a2db5322e
Reviewed-on: https://gerrit.libreoffice.org/77275
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
---
 ucbhelper/source/provider/resultset.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ucbhelper')

diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx
index 82d7dc734a60..6494bb907914 100644
--- a/ucbhelper/source/provider/resultset.cxx
+++ b/ucbhelper/source/provider/resultset.cxx
@@ -513,7 +513,7 @@ sal_Bool SAL_CALL ResultSet::absolute( sal_Int32 row )
 
     If the given row number is negative, the cursor moves to an absolute row
     position with respect to the end of the result set. For example, calling
-    absolaute( -1 ) positions the cursor on the last row, absolaute( -2 )
+    absolute( -1 ) positions the cursor on the last row, absolute( -2 )
     indicates the next-to-last row, and so on.
 
     An attempt to position the cursor beyond the first/last row in the result
-- 
cgit