diff options
-rw-r--r-- | salhelper/inc/salhelper/dynload.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/inc/salhelper/dynload.hxx b/salhelper/inc/salhelper/dynload.hxx index 66bf6b231d30..5f3e98e045c9 100644 --- a/salhelper/inc/salhelper/dynload.hxx +++ b/salhelper/inc/salhelper/dynload.hxx @@ -42,7 +42,7 @@ namespace salhelper class SALHELPER_DLLPUBLIC ORealDynamicLoader { public: - /** initializes the loader, loads the library and call the initialization fucntion. + /** initializes the loader, loads the library and call the initialization function. @param ppSetToZeroInDestructor points to the loader instance which must be set to NULL if the loader will be destroyed. |