diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-03 12:30:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-03 12:30:55 +0000 |
commit | 8413cf210177535ad14829f690e0a75a3e1bc73f (patch) | |
tree | 59cc0fa7dafe7793b261356833b57b3a9487e98d /sal | |
parent | 61f19adfc2493460a344c7399b3f595e945967ab (diff) |
fix typo
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/module.c b/sal/osl/unx/module.c index ee8142fdd1c6..a9c5061faffa 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, |