summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-03 12:30:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-03 12:30:55 +0000
commit8413cf210177535ad14829f690e0a75a3e1bc73f (patch)
tree59cc0fa7dafe7793b261356833b57b3a9487e98d /sal
parentremove #include of oneself (diff)
downloadcore-8413cf210177535ad14829f690e0a75a3e1bc73f.tar.gz
core-8413cf210177535ad14829f690e0a75a3e1bc73f.zip
fix typo
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/module.c2
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,