include/dbaccess/dbsubcomponentcontroller.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c210f0869b2ee827a2a881491de323755b3a9947 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Mar 8 23:16:43 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Mar 9 09:55:40 2024 +0100 Fix typo Change-Id: Iebc31f3dc1d99406e23ee4b89f12cd78b424826d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164600 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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;
