From c210f0869b2ee827a2a881491de323755b3a9947 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 8 Mar 2024 23:16:43 +0100 Subject: Fix typo Change-Id: Iebc31f3dc1d99406e23ee4b89f12cd78b424826d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164600 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- include/dbaccess/dbsubcomponentcontroller.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit