diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-12 21:26:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-12 21:26:29 +0100 |
commit | a741932eb4e83148a341cfd5c6a30ff1878e3149 (patch) | |
tree | 911ac4a0167aaa06daf3c7dc162aa2c803a3fed3 /salhelper | |
parent | 1505ba77d8051dbcf1ff681c55031ea2f6a1b83b (diff) |
fucntion -> function
Change-Id: I0d345b2cf60f49e0e6b72724251c1f6d30529dce
Diffstat (limited to 'salhelper')
-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. |