summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/AdministrationProvider.idl4
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationProvider.idl2
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationRegistry.idl2
-rw-r--r--offapi/com/sun/star/configuration/HierarchyAccess.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl2
-rw-r--r--offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl2
6 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/configuration/AdministrationProvider.idl b/offapi/com/sun/star/configuration/AdministrationProvider.idl
index a823d0a9fa89..f2983b2961c0 100644
--- a/offapi/com/sun/star/configuration/AdministrationProvider.idl
+++ b/offapi/com/sun/star/configuration/AdministrationProvider.idl
@@ -123,7 +123,7 @@ published service AdministrationProvider
accept a single argument named <code>nodepath</code> of type <atom>string</atom>.
This argument must contain the absolute path to an element of the
configuration. The view that is selected consists of the named element and
- all its decendants. The administrative entity is the default for the
+ all its descendants. The administrative entity is the default for the
<type>AdministrationProvider</type>. Usually this is the largest entity
encompassing all entities accessible from this instance. In other words this
can be used to influence as global a scope as possible.
@@ -145,7 +145,7 @@ published service AdministrationProvider
the locale set up for the user. But this service by default gets data for all
locales for which data is present. Locale-dependent values in this case are
replaced by a <type>SetAccess</type> using the language names as accessors.
- This also allows targetted setting of values for selected locales.
+ This also allows targeted setting of values for selected locales.
This behavior can be requested explicitly by specifing a special argument
value <code>locale = "*"</code>.
</p>
diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
index 42066114edc8..042b849c6272 100644
--- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -105,7 +105,7 @@ published service ConfigurationProvider
accept a single argument named <code>nodepath</code> of type <atom>string</atom>.
This argument must contain the absolute path to an element of the
configuration. The view that is selected consists of the named element and
- all its decendants.
+ all its descendants.
</p>
<p>Other arguments can be used to control the behavior of the view. These
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index 1a2ac1b19ae9..e9a16d84f87c 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -82,7 +82,7 @@ published service ConfigurationRegistry
/** is used to commit changes to the configuration.
<p>As specified for the
<type scope="com::sun::star::configuration">ConfigurationUpdateAccess</type>
- service, all changes made to an configuration subtree have to be commited
+ service, all changes made to an configuration subtree have to be committed
before they become persistent.
To do this for a configuration accessed as a registry, call
<method scope="com::sun::star::util">XFlushable::flush</method>.
diff --git a/offapi/com/sun/star/configuration/HierarchyAccess.idl b/offapi/com/sun/star/configuration/HierarchyAccess.idl
index 91fe8e7fedd0..7c2de3ad36eb 100644
--- a/offapi/com/sun/star/configuration/HierarchyAccess.idl
+++ b/offapi/com/sun/star/configuration/HierarchyAccess.idl
@@ -107,7 +107,7 @@ published service HierarchyAccess
any other interfaces that allow access to or manipulation of subnodes
selected by name or hierarchical name.
</p>
- <p>If an inexact name could be matched to either a simple or a hierachical
+ <p>If an inexact name could be matched to either a simple or a hierarchical
name, the simple (immediate child) name is preferred.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
index 4fc6154650fd..8e5ebea2ae49 100644
--- a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
+++ b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module configuration { module backen
interface XBackendChangesNotifier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** adds the specified listener to receive events when changes occured.
+ /** adds the specified listener to receive events when changes occurred.
@param aListener
specifies the listener object.
diff --git a/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl b/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
index 4b6930d7e11c..1e631ec7bc3a 100644
--- a/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
+++ b/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module configuration { module bootstrap
<type scope="com::sun::star::configuration::backend">DefaultBackend</type> of the
component context.
</p>
- <p> The implementation is usally available as singleton in the context
+ <p> The implementation is usually available as a singleton in the context
that it wraps..
</p>