summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-08 11:02:03 +0200
committerNoel Grandin <noel@peralex.com>2014-10-08 11:02:55 +0200
commitfbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch)
treedc05afd3e9e5570719d2f23840b18b3fca9b45bb /svl
parent35da89fa1428f5286304fc707252242554d49ea6 (diff)
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zforlist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 6dbc878e5224..d28d5f62a683 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -3661,7 +3661,7 @@ bool SvNumberFormatter::IsLocaleInstalled( LanguageType eLang )
{
// The set is initialized as a side effect of the currency table
// created, make sure that exists, which usually is the case unless a
- // SvNumberFormatter was never instanciated.
+ // SvNumberFormatter was never instantiated.
GetTheCurrencyTable();
const NfInstalledLocales &rInstalledLocales = theInstalledLocales::get();
return rInstalledLocales.find( eLang) != rInstalledLocales.end();