From bfbf0b0991c69a66b5a511acdd2f56aaf834ec91 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 3 Nov 2023 19:54:00 +0100 Subject: [PATCH] Fix typo Change-Id: I2fa6ef12d5035aaa21ab464a105085f38ce43423 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158914 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> --- include/salhelper/dynload.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx index b4ae693ea894..fa3f3942d8fb 100644 --- a/include/salhelper/dynload.hxx +++ b/include/salhelper/dynload.hxx @@ -99,7 +99,7 @@ protected: The libraries must provide a struct with function pointers for all supported C functions. The loader loads the specified library and call the specified initialization function to initialize the function pointers with the real functions. Furthermore provides the - loader a reference counter for the library. When the last instance of the laoder will + loader a reference counter for the library. When the last instance of the loader will be destroyed the loader will unload the library. @deprecated