diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-08 23:16:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-09 09:55:40 +0100 |
commit | c210f0869b2ee827a2a881491de323755b3a9947 (patch) | |
tree | acdc7595fa4622542913c5edee53c3601d95d5d0 /include | |
parent | 5875a82bba8074b0b7bf941f2462df241dd42cd7 (diff) |
Fix typo
Change-Id: Iebc31f3dc1d99406e23ee4b89f12cd78b424826d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164600
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/dbaccess/dbsubcomponentcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx index a1bc687ce512..ff821bb0b064 100644 --- a/include/dbaccess/dbsubcomponentcontroller.hxx +++ b/include/dbaccess/dbsubcomponentcontroller.hxx @@ -133,7 +133,7 @@ namespace dbaui */ void displayError(); - /** shows an info box with the string conntection lost. + /** shows an info box with the string connection lost. */ void connectionLostMessage() const; |