diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:24 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-19 22:58:20 +0200 |
commit | 3641ce6ed82fc20c2f713d9afab65245a88fc880 (patch) | |
tree | 7c401a8f08dd44a4aec2bae24f1ee0e21f59f941 | |
parent | a7ecf4545af7330f2e9034249dca37d0f14be5b2 (diff) |
Fix typo
Change-Id: I30282339753722d242684b35407577352bbbf771
Reviewed-on: https://gerrit.libreoffice.org/70967
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | connectivity/source/commontools/conncleanup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. // |