From a741932eb4e83148a341cfd5c6a30ff1878e3149 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Jun 2012 21:26:04 +0100 Subject: fucntion -> function Change-Id: I0d345b2cf60f49e0e6b72724251c1f6d30529dce --- salhelper/inc/salhelper/dynload.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'salhelper') 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. -- cgit