diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 14:00:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 15:33:05 +0100 |
commit | 9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (patch) | |
tree | 2a78a4c979c58ce82157f6ad6ff5057ec9efbc5a /include/salhelper | |
parent | c6ed4635e845044345bf27806d01dffc8f77d8cc (diff) |
Fix typos
Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360
Reviewed-on: https://gerrit.libreoffice.org/48832
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/salhelper')
-rw-r--r-- | include/salhelper/dynload.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx index 98fe9af1f0ed..12d54d5cffa4 100644 --- a/include/salhelper/dynload.hxx +++ b/include/salhelper/dynload.hxx @@ -111,7 +111,7 @@ public: m_pLoader = NULL; } - /** Constructor, loads the library if necessary otherwise the refernece count will + /** Constructor, loads the library if necessary otherwise the reference count will be increased. @param strModuleName specifies the library name. |