summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-14 15:51:42 +0200
committerAndras Timar <atimar@suse.com>2013-05-14 15:52:24 +0200
commite347af862c2289b16f231c9085492e913861e347 (patch)
tree30014c9c14005b778a6e4b34a81149746daad9ed /svl
parent833cafe4eb9e0bd6b599e8bcbb6d77f4f2243034 (diff)
typo fix: s/inavlid/invalid/
Change-Id: If75cad038f35033be6dcad6f051673bd795accf3
Diffstat (limited to 'svl')
-rw-r--r--svl/source/misc/filenotation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/filenotation.cxx b/svl/source/misc/filenotation.cxx
index 1b7dee2067b5..b7b40144004a 100644
--- a/svl/source/misc/filenotation.cxx
+++ b/svl/source/misc/filenotation.cxx
@@ -125,7 +125,7 @@ namespace svt
case N_URL: return m_sFileURL;
}
- OSL_FAIL("OFileNotation::get: inavlid enum value!");
+ OSL_FAIL("OFileNotation::get: invalid enum value!");
return OUString();
}