summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-13 23:02:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-13 23:02:46 +0200
commit09de20fbe6e29d70dcd49f92a462acbdd97cd5a4 (patch)
tree19db0242c3d28a424fdcf82d571a238a18e440a2 /sw
parent9e06b99129a4eda16e254dfb25a42d440763af06 (diff)
Typo: corected->corrected
Change-Id: I9a41d801b8807ed122a6737a924ba6792b449c45
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unofield.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx
index 6d048c959410..bf114b3c7875 100644
--- a/sw/source/core/unocore/unofield.cxx
+++ b/sw/source/core/unocore/unofield.cxx
@@ -2610,7 +2610,7 @@ throw (uno::RuntimeException, std::exception)
const OUString sServiceName =
SwXServiceProvider::GetProviderName(m_pImpl->m_nServiceId);
- // case-corected version of service-name (see #i67811)
+ // case-corrected version of service-name (see #i67811)
// (need to supply both because of compatibility to older versions)
const OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) );
sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3;