summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-08 00:25:01 +1000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-16 16:50:14 +0200
commita607c1dedc0044f13a77ab19a50660be314a697c (patch)
treefea819e9799767d0bad222cef001b5e2f99caad5 /include/salhelper
parentdf65749845192ded79a9ea6ad3208eb2d9bcf6d1 (diff)
salhelper: typo in dynload.hxx
Change-Id: I06d0cd4c7986a59f54102f945a560f710887ad8b Reviewed-on: https://gerrit.libreoffice.org/38514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/dynload.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index 472fcd16083d..e310bdb361a0 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -50,7 +50,7 @@ public:
/// decrease the reference count and delete the last instance.
sal_uInt32 SAL_CALL release();
- /// returns a poiner to the initialized API function structure.
+ /// returns a pointer to the initialized API function structure.
void* SAL_CALL getApi() const;
protected:
@@ -89,7 +89,7 @@ protected:
};
-/** The ODynmaicLoader provides a special load on call mechanism for dynamic libraries
+/** The ODynamicLoader provides a special load on call mechanism for dynamic libraries
which support a C-API.
The libraries must provide a struct with function pointers for all supported C functions.