include/salhelper/dynload.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfbf0b0991c69a66b5a511acdd2f56aaf834ec91 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Nov 3 19:54:00 2023 +0100 Commit: Taichi Haradaguchi <20001...@ymail.ne.jp> CommitDate: Sat Nov 4 05:00:23 2023 +0100 Fix typo Change-Id: I2fa6ef12d5035aaa21ab464a105085f38ce43423 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158914 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> 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