[Libreoffice-commits] .: sal/osl

Caolán McNamara caolan at kemper.freedesktop.org
Fri Dec 3 06:07:12 PST 2010


 sal/osl/unx/module.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfa6f1443c990b204862ffe1e7a3753527a6cbcd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 3 12:30:55 2010 +0000

    fix typo

diff --git a/sal/osl/unx/module.c b/sal/osl/unx/module.c
index f56a917..6fb8d58 100644
--- a/sal/osl/unx/module.c
+++ b/sal/osl/unx/module.c
@@ -244,7 +244,7 @@ sal_Bool SAL_CALL osl_getModuleURLFromAddress(void * addr, rtl_uString ** ppLibr
         if (workDir)
         {
 #if OSL_DEBUG_LEVEL > 1
-            OSL_TRACE("module.c::osl_getModuleURLFromAddress - %s\n", filaname);
+            OSL_TRACE("module.c::osl_getModuleURLFromAddress - %s\n", filename);
 #endif
             rtl_string2UString(ppLibraryUrl,
                                filename,


More information about the Libreoffice-commits mailing list