summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-21 11:15:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-24 08:21:32 +0200
commita3ecd60aa0a9b58663e851aacafcb389f9a1fe52 (patch)
tree7aa88a2789c7baad2953fefec589207a625e35f0 /include/salhelper
parent3aaa81ff68c6597381f58f2bd257190d70bd58a3 (diff)
Fix typos
Change-Id: I8758872f6a5270de3f9b9dea750b9d40c7a446db Reviewed-on: https://gerrit.libreoffice.org/57800 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
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 12d54d5cffa4..e24645f9fadd 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -143,7 +143,7 @@ public:
m_pLoader->acquire();
}
- /// Destructor, decrease the reference count and unload the library if it is tha last instance.
+ /// Destructor, decrease the reference count and unload the library if it is the last instance.
~ODynamicLoader()
{
if( m_pLoader )