From 9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jan 2018 14:00:48 +0100 Subject: Fix typos Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360 Reviewed-on: https://gerrit.libreoffice.org/48832 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/salhelper/dynload.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/salhelper') 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. -- cgit