From 3641ce6ed82fc20c2f713d9afab65245a88fc880 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:05:24 +0000 Subject: Fix typo Change-Id: I30282339753722d242684b35407577352bbbf771 Reviewed-on: https://gerrit.libreoffice.org/70967 Tested-by: Jenkins Reviewed-by: Julien Nabet --- connectivity/source/commontools/conncleanup.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source') diff --git a/connectivity/source/commontools/conncleanup.cxx b/connectivity/source/commontools/conncleanup.cxx index 3d011c723b33..2f646e0535ce 100644 --- a/connectivity/source/commontools/conncleanup.cxx +++ b/connectivity/source/commontools/conncleanup.cxx @@ -155,7 +155,7 @@ namespace dbtools // as the RowSet changed // Unfortunately, the our database form implementations sometimes fire the change of their - // ActiveConnection twice. This is a error in forms/source/component/DatabaseForm.cxx, but + // ActiveConnection twice. This is an error in forms/source/component/DatabaseForm.cxx, but // changing this would require incompatible changes we can't do for a while. // So for the moment, we have to live with it here. // -- cgit