summaryrefslogtreecommitdiff
path: root/framework/source/accelerators/moduleacceleratorconfiguration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/accelerators/moduleacceleratorconfiguration.cxx')
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index cc51e0138d94..882070991e51 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -44,7 +44,7 @@ namespace {
/**
implements a read/write access to a module
- dependend accelerator configuration.
+ dependent accelerator configuration.
*/
typedef ::cppu::ImplInheritanceHelper1<
XCUBasedAcceleratorConfiguration,
@@ -123,7 +123,7 @@ ModuleAcceleratorConfiguration::ModuleAcceleratorConfiguration(
if (m_sModule.isEmpty())
throw css::uno::RuntimeException(
- OUString("The module dependend accelerator configuration service was initialized with an empty module identifier!"),
+ OUString("The module dependent accelerator configuration service was initialized with an empty module identifier!"),
static_cast< ::cppu::OWeakObject* >(this));
}