summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-03 19:54:00 +0100
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2023-11-04 05:00:23 +0100
commitbfbf0b0991c69a66b5a511acdd2f56aaf834ec91 (patch)
treef58467c33e67921bddb3a5935fed283d06cb105f /include/salhelper
parenteded77b8e0439d6bd74935ae97748653d5863974 (diff)
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>
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/dynload.hxx2
1 files changed, 1 insertions, 1 deletions
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