Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index



Fixes more typos in documentation.

Patch is contributed under the LGPLv3+.


From 84509d6bd158dea0e9b103e8ce32be1f07a4b452 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= <aurimas@gmail.com>
Date: Mon, 1 Nov 2010 11:04:38 +0200
Subject: Fix some typos in documentation

---
 .../star/configuration/AdministrationProvider.idl  |    4 +-
 .../star/configuration/ConfigurationProvider.idl   |    2 +-
 .../star/configuration/ConfigurationRegistry.idl   |    2 +-
 .../configuration/ConfigurationUpdateAccess.idl    |    2 +-
 .../com/sun/star/configuration/HierarchyAccess.idl |    2 +-
 .../com/sun/star/configuration/backend/Backend.idl |    2 +-
 .../backend/LdapMultiLayerStratum.idl              |    2 +-
 .../configuration/backend/LdapSingleBackend.idl    |    2 +-
 .../configuration/backend/LdapSingleStratum.idl    |    2 +-
 .../configuration/backend/MergeRecoveryRequest.idl |    4 +-
 .../star/configuration/backend/OfflineBackend.idl  |   10 ++++----
 .../com/sun/star/configuration/backend/Schema.idl  |    2 +-
 .../star/configuration/backend/SingleBackend.idl   |    2 +-
 .../configuration/backend/SystemIntegration.idl    |    2 +-
 .../backend/XBackendChangesNotifier.idl            |    2 +-
 .../star/configuration/backend/XLayerHandler.idl   |   12 +++++-----
 .../star/configuration/backend/XSchemaHandler.idl  |    2 +-
 .../star/configuration/backend/XUpdateHandler.idl  |   24 ++++++++++----------
 .../star/configuration/backend/xml/LayerParser.idl |    6 ++--
 .../star/configuration/backend/xml/LayerWriter.idl |    4 +-
 .../configuration/backend/xml/SchemaParser.idl     |    6 ++--
 .../configuration/bootstrap/BootstrapContext.idl   |    2 +-
 22 files changed, 49 insertions(+), 49 deletions(-)

diff --git a/offapi/com/sun/star/configuration/AdministrationProvider.idl 
b/offapi/com/sun/star/configuration/AdministrationProvider.idl
index 5cbc2bc..2ac639e 100644
--- a/offapi/com/sun/star/configuration/AdministrationProvider.idl
+++ b/offapi/com/sun/star/configuration/AdministrationProvider.idl
@@ -149,8 +149,8 @@ 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 behavior can be requested explicitly by specifing a special argument 
+ This also allows targeted setting of values for selected locales. 
+ This behavior can be requested explicitly by specifying 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 b1b5e79..c74016d 100644
--- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -109,7 +109,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 63deac4..033a3d1 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -86,7 +86,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/ConfigurationUpdateAccess.idl 
b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
index cbba3ed..27e9d09 100644
--- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
@@ -76,7 +76,7 @@ module com { module sun { module star { module configuration {
         The root element of a modifiable tree provides extended functionality
         to control processing of changes for the entire tree (fragment) by
         supporting <type scope="com::sun::star::util">XChangesBatch</type>.
-        For elements of a <em>set</em> or a <em>group</em> no additinal
+        For elements of a <em>set</em> or a <em>group</em> no additional
         interfaces are supported.
     </li>
  </ul>
diff --git a/offapi/com/sun/star/configuration/HierarchyAccess.idl 
b/offapi/com/sun/star/configuration/HierarchyAccess.idl
index 675c2ad..d38b194 100644
--- a/offapi/com/sun/star/configuration/HierarchyAccess.idl
+++ b/offapi/com/sun/star/configuration/HierarchyAccess.idl
@@ -111,7 +111,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/Backend.idl 
b/offapi/com/sun/star/configuration/backend/Backend.idl
index 6a5a421..38c28c2 100644
--- a/offapi/com/sun/star/configuration/backend/Backend.idl
+++ b/offapi/com/sun/star/configuration/backend/Backend.idl
@@ -57,7 +57,7 @@ module com { module sun { module star { module configuration { module backend {
         A component contains configuration data for a particular 
         application domain or software module.
     </p>
-    <p> Entities are organised hierarchically in organisations,
+    <p> Entities are organized hierarchically in organizations,
         groups, roles and individual users. Each element of the associated 
         hierarchy corresponds to a layer that applies to an entity.
     </p>
diff --git a/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl 
b/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl
index 321c9f8..2b0c356 100644
--- a/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend {
 
 /**
    implements <type>MultiLayerStratum</type> that
-    provides access to a multiple layers of configuration data from ldap source
+    provides access to a multiple layers of configuration data from LDAP source
 */
 service LdapMultiLayerStratum
 {
diff --git a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl 
b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl
index c0a1e19..4539191 100644
--- a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl
+++ b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend {
 
 /**
     implements <type>SingleBackend</type> that stores data in an 
-    LDAP directoy.
+    LDAP directroy.
   
     @since OOo 1.1.2
 */
diff --git a/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl 
b/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl
index e070fde..f2f823e 100644
--- a/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend {
 
 /**
    implements <type>SingleLayerStratum</type> that
-    provides access to a single layer of configuration data from ldap source
+    provides access to a single layer of configuration data from LDAP source
 */
 service LdapSingleStratum
 {
diff --git a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl 
b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
index ef0f48f..0b1fd51 100644
--- a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
+++ b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
@@ -71,9 +71,9 @@ exception MergeRecoveryRequest: ::com::sun::star::uno::Exception
     string ErrorLayerId;
 
     /** 
-        specifies whether the requestor wants to remove or skip the invalid layer.
+        specifies whether the requester wants to remove or skip the invalid layer.
 
-        <p> If <TRUE/> the requestor wants to remove the underlying data of 
+        <p> If <TRUE/> the requester wants to remove the underlying data of 
             the layer.<BR/>
             If <FALSE/> the request is to skip the underlying data this time, 
             but without removing it.
diff --git a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl 
b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
index 219ee23..54be9bb 100644
--- a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
+++ b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
@@ -52,16 +52,16 @@ published service OfflineBackend
 
     /** provides access to configuration data from a <type>SingleBackend</type>.
 
-      <p>If no backend is provided during initalization or if the context 
-        contains an <code>Offline</code> flag that is <TRUE/>, then offline mode 
-        is activated. This may fail, if the offline cache has not been filled 
+      <p>If no backend is provided during initialization or if the context 
+        contains an <code>Offline</code> flag that is <TRUE/>, then off-line mode 
+        is activated. This may fail, if the off-line cache has not been filled 
         during a previous execution. 
       </p>
       <p>Less entities may be available from <type>XBackendEntities</type>,
-      when operating in offline mode than when operating with an online 
+      when operating in off-line mode than when operating with an on-line 
       <type>SingleBackend</type>.
       </p>
-      <p>If offline mode is not invoked, the implementation behaves 
+      <p>If off-line mode is not invoked, the implementation behaves 
         like any other <type>BackendAdapter</type>.
       </p>
 
diff --git a/offapi/com/sun/star/configuration/backend/Schema.idl 
b/offapi/com/sun/star/configuration/backend/Schema.idl
index 55347bf..d0bddbd 100644
--- a/offapi/com/sun/star/configuration/backend/Schema.idl
+++ b/offapi/com/sun/star/configuration/backend/Schema.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module configuration { module backend {
 /**
   provides read only access to a configuration component schema. 
   
-  <p>A component is a set of hierarchically organised and semantically
+  <p>A component is a set of hierarchically organized and semantically
   related configuration settings, e.g StarWriter settings.
   </p>
   <p>A component schema contains two separate sections, one which
diff --git a/offapi/com/sun/star/configuration/backend/SingleBackend.idl 
b/offapi/com/sun/star/configuration/backend/SingleBackend.idl
index 0b6b19b..4ef98f4 100644
--- a/offapi/com/sun/star/configuration/backend/SingleBackend.idl
+++ b/offapi/com/sun/star/configuration/backend/SingleBackend.idl
@@ -58,7 +58,7 @@ module com { module sun { module star { module configuration { module backend {
         A component contains configuration data for a particular 
         application domain or software module.
     </p>
-    <p> Entities are organised hierarchically in organisations,
+    <p> Entities are organized hierarchically in organizations,
         groups, roles and individual users. Each element of the associated 
         hierarchy corresponds to a layer that applies to an entity.
     </p>
diff --git a/offapi/com/sun/star/configuration/backend/SystemIntegration.idl 
b/offapi/com/sun/star/configuration/backend/SystemIntegration.idl
index 1154bd4..9dac672 100644
--- a/offapi/com/sun/star/configuration/backend/SystemIntegration.idl
+++ b/offapi/com/sun/star/configuration/backend/SystemIntegration.idl
@@ -56,7 +56,7 @@ service SystemIntegration
     /**
        allows initialization of backend data sources
        
-       <p>no parameters need to be passed as backends are initialised 
+       <p>no parameters need to be passed as backends are initialized 
           using the service registration database 'services.rdb'.
        </p> 
         
diff --git a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl 
b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
index 82d3698..3a87a53 100644
--- a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
+++ b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
@@ -48,7 +48,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/backend/XLayerHandler.idl 
b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
index c2579b2..aa7eb0a 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
@@ -150,7 +150,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
     /** receives notification that a new item is started.
 
         <p> The current node must be a set and 
-            a preexisting item (if any) must be removeable.
+            a preexisting item (if any) must be removable.
         </p>
         <p> The new item will be created from the default template
             of the set.
@@ -178,7 +178,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
             <li>if there isn't a set node in progress currently</li>
             <li>if there already was a change to a node of that name</li>
             <li>if the template for the new node is not found</li>
-            <li>if an item of that name on a lower layer is not removeable</li>
+            <li>if an item of that name on a lower layer is not removable</li>
             <li>if the name is not a valid item name</li> 
             <li>if the attributes are not valid for the node</li>
             </ul>
@@ -199,7 +199,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
         is started.
 
         <p> The current node must be a set and 
-            a preexisting item (if any) must be removeable.
+            a preexisting item (if any) must be removable.
         </p>
         <p> Subsequent calls describe the difference from the template
             of properties and members or items of the node until 
@@ -228,7 +228,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
             <li>if there already was a change to a node of that name</li>
             <li>if the template for the new node is not found</li>
             <li>if the template is not a valid item type for the containing set</li>
-            <li>if an item of that name on a lower layer is not removeable</li>
+            <li>if an item of that name on a lower layer is not removable</li>
             <li>if the name is not a valid item name</li>
             <li>if the attributes are not valid for the node</li>
             </ul>
@@ -272,7 +272,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
     /** receives notification that a node is dropped from a set. 
 
         <p> The current node must be a set and 
-            the item must be removeable.
+            the item must be removable.
         </p>
 
         @param aName
@@ -283,7 +283,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
             <li>if there isn't a set node in progress currently</li>
             <li>if there already was a change to a node of that name</li>
             <li>if there is no item with that name</li>
-            <li>if the item is not removeable</li>
+            <li>if the item is not removable</li>
             <li>if the name is not a valid node name</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl 
b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
index 8112541..8678824 100644
--- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
@@ -59,7 +59,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
      
     /** receives notification that a schema description is started.
 
-        <p> The schema descrption may comprise components templates or both.
+        <p> The schema description may comprise components templates or both.
         </p>
 
         @throws com::sun::star::configuration::backend::MalformedDataException
diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl 
b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
index f7b7a01..31aa9d4 100644
--- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
@@ -169,7 +169,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
     /** receives notification that a node is started as a new item.
 
         <p> The current node must be a set and 
-            a preexisting item (if any) must be removeable.
+            a preexisting item (if any) must be removable.
         </p>
         <p> The new item will be created from the default template
             of the set.
@@ -196,7 +196,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
             <li>if there isn't a set node in progress currently</li>
             <li>if there already was a change to an item of that name</li>
             <li>if the template for the new node is not found</li>
-            <li>if an item of that name exists and is not removeable</li>
+            <li>if an item of that name exists and is not removable</li>
             <li>if the name is not a valid item name</li>
             <li>if the attributes are not valid for the node</li>
             </ul>
@@ -217,7 +217,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
         based on a particular template.
 
         <p> The current node must be a set and 
-            a preexisting item (if any) must be removeable.
+            a preexisting item (if any) must be removable.
         </p>
         <p> Subsequent calls describe the difference from the template
             of properties or members of the node until a matching call 
@@ -244,7 +244,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
             <li>if there isn't a set node in progress currently</li>
             <li>if there already was a change to an item of that name</li>
             <li>if the template for the new node is not found</li>
-            <li>if an item of that name exists and is not removeable</li>
+            <li>if an item of that name exists and is not removable</li>
             <li>if the name is not a valid item name</li>
             <li>if the template is not a valid item type for the containing set</li>
             <li>if the attributes are not valid for the node</li>
@@ -289,7 +289,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
     /** receives notification that an item is to be dropped from a set. 
 
         <p> The current node must be a set and 
-            the item must be removeable.
+            the item must be removable.
         </p>
 
         @param aName
@@ -300,7 +300,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
             <li>if there isn't a set node in progress currently</li>
             <li>if there already was a change to a node of that name</li>
             <li>if there is no item with that name</li>
-            <li>if the item is not removeable</li>
+            <li>if the item is not removable</li>
             <li>if the name is not a valid node name</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -538,7 +538,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
 
         <p> The current node must be extensible and 
             a preexisting property (if any) must be 
-            removeable in this layer.
+            removable in this layer.
         </p>
 
         @param aName
@@ -564,7 +564,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
             <ul>
             <li>if there isn't a group or extensible node in progress currently</li>
             <li>if there already was a change to a property of that name</li>
-            <li>if a property of that name exists and is not removeable</li>
+            <li>if a property of that name exists and is not removable</li>
             <li>if the specified type is not allowed</li>
             <li>if the name is not a valid property name</li> 
             <li>if the attributes are not valid for the property</li>
@@ -588,7 +588,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
 
         <p> The current node must be extensible and 
             a preexisting property (if any) must be 
-            removeable in this layer.
+            removable in this layer.
         </p>
 
         @param aName
@@ -618,7 +618,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
             <ul>
             <li>if there isn't a group or extensible node in progress currently</li>
             <li>if there already was a change to a property of that name</li>
-            <li>if a property of that name exists and is not removeable</li>
+            <li>if a property of that name exists and is not removable</li>
             <li>if the type of the value is not an allowed type,
                 or if the value is <void/></li>
             <li>if the name is not a valid property name</li>
@@ -640,7 +640,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
      
     /** receives notification that a property is dropped from the current node. 
 
-        <p>The current node must be extensible and the property removeable.</p>
+        <p>The current node must be extensible and the property removable.</p>
 
         @param aName
             specifies the name of the property.
@@ -649,7 +649,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
             <ul>
             <li>if there isn't a group or extensible node in progress currently</li>
             <li>if there is no property with that name</li>
-            <li>if the property is not removeable</li>
+            <li>if the property is not removable</li>
             <li>if the name is not a valid node name</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
diff --git a/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl 
b/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
index 9f60e22..d1aca1e 100644
--- a/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
+++ b/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
@@ -50,12 +50,12 @@ module xml {
     represents a configuration data layer that is stored in a stream in
     OOR Update XML format.
 
-    <p> The configuration layer xml from a given stream is parsed and fed to a 
+    <p> The configuration layer XML from a given stream is parsed and fed to a 
     <type scope="com::sun::star::configuration::backend">XLayerHandler</type>. 
     </p>
   
     @see com::sun::star::configuration::backend::xml::SchemaParser
-        Service that represents a configuration schema stored in xml.
+        Service that represents a configuration schema stored in XML.
 
     @see com::sun::star::configuration::backend::xml::LayerWriter
         Service that writes OOR Update XML for data described via 
@@ -73,7 +73,7 @@ published service LayerParser
 
     //------------------------------------------------------------------------- 
 
-    /** provides access to the source xml stream.
+    /** provides access to the source XML stream.
       */
     interface com::sun::star::io::XActiveDataSink ;
 
diff --git a/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl 
b/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
index 1a05e2f..4be9d74 100644
--- a/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
+++ b/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
@@ -47,7 +47,7 @@ module xml {
 //============================================================================= 
 
 /**
-    can be used to parse a stream of configuration layer xml.
+    can be used to parse a stream of configuration layer XML.
 
     <p> The configuration layer data described to a 
     <type scope="com::sun::star::configuration::backend">XLayerHandler</type>
@@ -55,7 +55,7 @@ module xml {
     </p>
   
     @see com::sun::star::configuration::backend::xml::LayerParser
-        Service that parses configuration layer xml.
+        Service that parses configuration layer XML.
 
     @since OOo 1.1.2
 */
diff --git a/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl 
b/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
index 73c5710..a835c15 100644
--- a/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
+++ b/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
@@ -49,12 +49,12 @@ module xml {
 /** represents a configuration schema that is stored in a stream in
     OOR Schema XML format.
 
-    <p> The configuration schema xml from a given stream is parsed and fed to a 
+    <p> The configuration schema XML from a given stream is parsed and fed to a 
         <type scope="com::sun::star::configuration::backend">XSchemaHandler</type>. 
     </p>
   
     @see com::sun::star::configuration::backend::xml::LayerParser
-        Service that parses configuration layer xml.
+        Service that parses configuration layer XML.
 
     @since OOo 1.1.2
 */
@@ -68,7 +68,7 @@ published service SchemaParser
 
     //------------------------------------------------------------------------- 
 
-    /** provides access to the source xml stream.
+    /** provides access to the source XML stream.
       */
     interface com::sun::star::io::XActiveDataSink ;
 
diff --git a/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl 
b/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
index 9b98744..d7d624e 100644
--- a/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
+++ b/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
@@ -47,7 +47,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 singleton in the context 
         that it wraps.. 
     </p>
   
-- 
1.7.2.3


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.