summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-20 11:25:37 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-20 15:55:00 +0100
commitb55259eeb549482477c57d854f3de72aff345edb (patch)
tree35e474b8458ae776a8455f4f78e73ae28c611180 /officecfg
parent377ec698afc98a9a098b456f4ae3c694498df6a2 (diff)
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Addons.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs22
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs6
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Draw.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Embedding.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs10
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Histories.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs8
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Java.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Jobs.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs8
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Scripting.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Substitution.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs14
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs10
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs56
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs6
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs8
30 files changed, 98 insertions, 98 deletions
diff --git a/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs b/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
index 4f07a3fbbd2c..3f3fb5ee9f01 100644
--- a/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs
@@ -19,7 +19,7 @@
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US">
<info>
- <desc>Contains properties regarding the first start wiazrd.</desc>
+ <desc>Contains properties regarding the first start wizard.</desc>
</info>
<templates>
<group oor:name="Option">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index ee78884a9d42..74cbf453fa5a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -278,7 +278,7 @@
</prop>
<prop oor:name="OwnerDraw" oor:type="xs:boolean">
<info>
- <desc>Specifies whether the contents of the status bar item are drawn by the client (true) or by the internal implemenetation (false).</desc>
+ <desc>Specifies whether the contents of the status bar item are drawn by the client (true) or by the internal implementation (false).</desc>
</info>
<value>false</value>
</prop>
@@ -412,7 +412,7 @@
</set>
<set oor:name="OfficeHelp" oor:node-type="MenuItem">
<info>
- <desc>Contains a list of functions inserted into the Office help menu. The optional property 'Submeno' will be ignored for this set.</desc>
+ <desc>Contains a list of functions inserted into the Office help menu. The optional property 'Submenu' will be ignored for this set.</desc>
</info>
</set>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 0cdb9d51cd1e..a45aaa3dcce6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1445,7 +1445,7 @@
</group>
<group oor:name="Load">
<info>
- <desc>Contains settings that affect formula handling while laoding.</desc>
+ <desc>Contains settings that affect formula handling while loading.</desc>
</info>
<prop oor:name="OOXMLRecalcMode" oor:type="xs:int" oor:nillable="false">
<!-- UIHint: Tools - Options - Spreadsheet - Formula -->
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index affd280d0bde..53499848d35f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -971,7 +971,7 @@
<desc>Specifies if the Application Repaint shall use a buffer for
Pre-Rendering. If on, screen flicker is greatly reduced and remote
display is fast, but a buffer (graphics memory) is needed. If off,
- screen flicker will occurr and remote display is slow, but no buffer
+ screen flicker will occur and remote display is slow, but no buffer
is needed. This is the global switch for the whole office.</desc>
<label>Application Repaint is allowed to use Pre-Rendering
Buffer.</label>
@@ -1098,7 +1098,7 @@
activated and thus avoids AntiAliasing of pure Horizontal or Vertical
Hairlines.</desc>
<label>Determines if Horizontal and Vertical HairLines in AntiAliased
- mode are snapped to discrete pixles to enhance visualisation</label>
+ mode are snapped to discrete pixels to enhance visualisation</label>
</info>
<value>true</value>
</prop>
@@ -1195,7 +1195,7 @@
<info>
<desc>Specifies the maximum allowed luminance the system's selection
color may have. When the colorfetched from the system is brighter
- (luminacne is bigger), it will be scaled to a luminance of exactly
+ (luminance is bigger), it will be scaled to a luminance of exactly
this given value.</desc>
<label>Specifies the maximum allowed luminance for the system's
selection color.</label>
@@ -1259,7 +1259,7 @@
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL
- regocnition -->
+ recognition -->
<info>
<desc>Specifies if character strings which could represent an URL
should be converted to a hyperlink.</desc>
@@ -1408,7 +1408,7 @@
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions -
- Abbrevation -->
+ Abbreviation -->
<info>
<desc>Specifies if defined abbreviations should be taken into
account to exclude a preceding capital letter.</desc>
@@ -4728,7 +4728,7 @@
<desc>Contains settings for HTML import.</desc>
</info>
<prop oor:name="NumbersEnglishUS" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools Options Load/Save - HTML Compability [Section]
+ <!-- UIHints: Tools Options Load/Save - HTML Compatibility [Section]
Import -->
<info>
<desc>Specifies if numbers should be parsed according to the en-US
@@ -5231,7 +5231,7 @@
</enumeration>
<enumeration oor:value="3">
<info>
- <desc>Opens magnified to fit the entire width of its boundig
+ <desc>Opens magnified to fit the entire width of its bounding
box within the window (cuts out margins).</desc>
</info>
</enumeration>
@@ -5540,14 +5540,14 @@
</prop>
<prop oor:name="ExperimentalMode" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Determins if various experimental, and potentially unstable
+ <desc>Determines if various experimental, and potentially unstable
features should be enabled in the user interface.</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="MacroRecorderMode" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Determins if the limited, and awkward code producing
+ <desc>Determines if the limited, and awkward code producing
macro recorder should be enabled in the user interface.</desc>
</info>
<value>false</value>
@@ -6282,7 +6282,7 @@
<info>
<author>ALG</author>
<desc>
- This option allows to make previews (e.g. UI previews for object attirbutes) show the content with a checkeded
+ This option allows to make previews (e.g. UI previews for object attributes) show the content with a checkered
background to allow simple identification and better preview of transparent content, e.g. when a draw object
is filled with a transparent graphic (SVG or bitmap) the preview will show the checkered background shine
through, so the user can identify that the fill has transparency with a single look.
@@ -6499,7 +6499,7 @@
</info>
<prop oor:name="RecognizeSmartTags" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Specifies whether smart tag recognization is enabled.</desc>
+ <desc>Specifies whether smart tag recognition is enabled.</desc>
</info>
<value>true</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index 7009d3272662..c34b2983d4f0 100644
--- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -662,7 +662,7 @@
</prop>
<prop oor:name="PreferMailFormat" oor:type="xs:string">
<info>
- <desc>Specifies the perfered mail format.</desc>
+ <desc>Specifies the preferred mail format.</desc>
</info>
</prop>
<prop oor:name="WorkPhone" oor:type="xs:string">
@@ -819,9 +819,9 @@
<info>
<desc>HSQLDB features calling Java code directly from SQL statements. For security
reasons, this is restricted to classes from the org.hsqldb.Library package,
- the java.lang.math package, plus any methods specified in this configuraton
+ the java.lang.math package, plus any methods specified in this configuration
setting. If a method specification ends with .*, then all methods
- from the respectiv package are permitted.</desc>
+ from the respective package are permitted.</desc>
</info>
</group>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 04bc03332bc8..f78f37103ef9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -713,7 +713,7 @@
<!-- OldPath: Draw/Grid/Resolution -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
+ <!-- Notice: Default- nonmetrical value: 1270 1/100 mm. -->
<info>
<desc>Defines the vertical distance between adjacent grid points.</desc>
<label>Y Axis Resolution</label>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
index 685bd3fa2e1b..2d3287c39be6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
@@ -118,7 +118,7 @@
</set>
<group oor:name="MimeTypeClassIDRelations" oor:extensible="true">
<info>
- <desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
+ <desc>Contains conversion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
</info>
</group>
<group oor:name="UserFactories" oor:extensible="true">
diff --git a/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs b/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
index 29632214f479..38160475e78a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
@@ -19,16 +19,16 @@
-->
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ExtensionDependencies" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
- <desc>Contains a list of extensions with additonal dependencies to overrule missing dependencies in extensions or to control specific extensions in general.</desc>
+ <desc>Contains a list of extensions with additional dependencies to overrule missing dependencies in extensions or to control specific extensions in general.</desc>
</info>
<templates>
<group oor:name="Extension">
<info>
- <desc>Describes the additonal meta data for an extension whereas the node name have to be the extension identifier.</desc>
+ <desc>Describes the additional meta data for an extension whereas the node name have to be the extension identifier.</desc>
</info>
<prop oor:name="Versions" oor:type="oor:string-list" oor:localized="false">
<info>
- <desc>Specifies a list of extension versions for which the extra dependecies should be active.</desc>
+ <desc>Specifies a list of extension versions for which the extra dependencies should be active.</desc>
</info>
</prop>
<prop oor:name="Platforms" oor:type="oor:string-list" oor:localized="false">
@@ -38,7 +38,7 @@
</prop>
<prop oor:name="Dependencies" oor:type="xs:string" oor:localized="false">
<info>
- <desc>Specifies a list of additonal dependencies.</desc>
+ <desc>Specifies a list of additional dependencies.</desc>
</info>
</prop>
</group>
@@ -46,7 +46,7 @@
<component>
<set oor:name="Extensions" oor:node-type="Extension">
<info>
- <desc>Specifies the list of extensions with extra dependecies.</desc>
+ <desc>Specifies the list of extensions with extra dependencies.</desc>
</info>
</set>
</component>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
index c48e6d60bee9..893fd882ac37 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
@@ -49,7 +49,7 @@
</group>
<group oor:name="ExtensionUpdateData">
<info>
- <desc>Contains inforamtion about availabe or ignored updates for extensions."</desc>
+ <desc>Contains information about available or ignored updates for extensions."</desc>
</info>
<set oor:name="AvailableUpdates" oor:node-type="UpdateInfo">
<info>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
index fcdc07305018..ec299adac958 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
@@ -48,7 +48,7 @@
</info>
<prop oor:name="HistoryItemRef" oor:type="xs:string">
<info>
- <desc>Reference to an item of the orginal history list.</desc>
+ <desc>Reference to an item of the original history list.</desc>
</info>
</prop>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index b740aca6ce04..f5f9a42ac487 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -70,7 +70,7 @@
<group oor:name="StartupService">
<info>
<desc>
- A service that is instantiated when a framework is initializd for a
+ A service that is instantiated when a framework is initialized for a
Draw or Impress document.
</desc>
</info>
@@ -422,7 +422,7 @@
<prop oor:name="ShowUndoDeleteWarning" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- UIHints: UNDO stack delete warnng dialog -->
+ <!-- UIHints: UNDO stack delete warning dialog -->
<info>
<desc>Indicates whether the warning dialog appears when setting a new standard page layout.</desc>
<label>Show Undo-Stack Delete Warning</label>
@@ -519,7 +519,7 @@
<prop oor:name="PreviewTransitions" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- UIHints: automatic preview in slide transtion panel -->
+ <!-- UIHints: automatic preview in slide transition panel -->
<info>
<desc>Indicates whether changes in the slide transition panel should be previewed.</desc>
<label>Automatic preview for slide transition panel</label>
@@ -923,7 +923,7 @@
<!-- OldPath: Impress/Grid/Resolution -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
- <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
+ <!-- Notice: Default- nonmetrical value: 1270 1/100 mm. -->
<info>
<desc>Defines the vertical distance between adjacent grid points.</desc>
<label>Y Axis Resolution</label>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Java.xcs b/officecfg/registry/schema/org/openoffice/Office/Java.xcs
index 8d2cdfc5f2c1..95d9947a3d4d 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Java.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Java.xcs
@@ -87,7 +87,7 @@
</enumeration>
<enumeration oor:value="3">
<info>
- <desc>None - no connection alloed</desc>
+ <desc>None - no connection allowed</desc>
</info>
</enumeration>
</constraints>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
index a9df82cd07b1..35474f14fd87 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
@@ -65,7 +65,7 @@
</info>
<set oor:name="JobList" oor:node-type="TimeStamp">
<info>
- <desc>This list contains all registered jobs, which wish to be executed, if the coressponding event was triggered.</desc>
+ <desc>This list contains all registered jobs, which wish to be executed, if the corresponding event was triggered.</desc>
</info>
</set>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 9b78c7a269bc..ace6f963070a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -55,7 +55,7 @@
</info>
<prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
<info>
- <desc>The list of all dictionry formats the service can handle.</desc>
+ <desc>The list of all dictionary formats the service can handle.</desc>
<label>Supported dictionary formats</label>
</info>
</prop>
@@ -74,7 +74,7 @@
</group>
<group oor:name="VendorImagesEntry">
<info>
- <desc>The images for vendor specifc branding in the UI. The node name is
+ <desc>The images for vendor specific branding in the UI. The node name is
the service implementation name.</desc>
</info>
<prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string">
@@ -114,7 +114,7 @@
<group oor:name="GrammarCheckerEntry">
<info>
<desc>Specifies the settings for a grammar checker. The node name is the
- grammar checkers implemetation name.</desc>
+ grammar checkers implementation name.</desc>
</info>
<prop oor:name="Locales" oor:type="oor:string-list">
<info>
@@ -371,7 +371,7 @@
<!-- UIHints: Tools - Options - General - Language -->
<info>
<desc>Allows spellchecking in headers, footers, and frames.</desc>
- <label>Check spelljng in special regions</label>
+ <label>Check spelling in special regions</label>
</info>
<value>true</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs b/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
index a1bcbd949247..e328cada2ddd 100644
--- a/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
@@ -105,7 +105,7 @@
<info>
<desc>The Emailaddress to fill out in the reportmail.xml file.
DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
- Its only purpose is testing and quality assureance.
+ Its only purpose is testing and quality assurance.
</desc>
</info>
<value/>
diff --git a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
index beb1ef89bd47..4be6705aaf05 100644
--- a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
@@ -74,7 +74,7 @@
</info>
<set oor:name="Nodes" oor:node-type="OrderedNode">
<info>
- <desc>A set member countains a Node (see type Node) which has been
+ <desc>A set member contains a Node (see type Node) which has been
assigned to this Module. Also entities which do not own the Module
may add members to the set. Please look at the specification for
applying restrictions
@@ -261,7 +261,7 @@
</set>
<set oor:name="Modules" oor:node-type="Module">
<info>
- <desc>List of availabe application contexts</desc>
+ <desc>List of available application contexts</desc>
</info>
</set>
<set oor:name="Nodes" oor:node-type="Node">
diff --git a/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs b/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
index 881ce73134f9..01bb5a68b103 100644
--- a/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
@@ -259,7 +259,7 @@
</info>
<prop oor:name="Name" oor:type="xs:string">
<info>
- <desc>Name of the entry. May be used to have mode dependant entries.</desc>
+ <desc>Name of the entry. May be used to have mode dependent entries.</desc>
</info>
</prop>
<prop oor:name="Type" oor:type="xs:string">
@@ -388,7 +388,7 @@
<group oor:name="ViewStyle">
<info>
<desc>Visual properties of a view style:
- font and backround color.</desc>
+ font and background color.</desc>
</info>
<prop oor:name="StyleName" oor:type="xs:string">
<info>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs b/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
index 4796fcd9602d..98230cea7199 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
@@ -18,7 +18,7 @@
-->
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ReportDesign" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
- <desc>Contains informatation of report design.</desc>
+ <desc>Contains information of report design.</desc>
</info>
<component>
<group oor:name="PropertyBrowser">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
index f12945ad5f7f..fa9aacd52dfe 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
@@ -24,7 +24,7 @@
<templates>
<group oor:name="RuntimeNode">
<info>
- <desc>Specifies the runtimes available to the Scriptying Framework.</desc>
+ <desc>Specifies the runtimes available to the Scripting Framework.</desc>
</info>
<prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
<info>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
index 4f652fc9dbb3..82333e47e561 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
@@ -37,7 +37,7 @@
</info>
<prop oor:name="OS" oor:type="xs:string">
<info>
- <desc>Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc>
+ <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc>
</info>
</prop>
<prop oor:name="Host" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
index 97183e97dd4c..48d2c5332eb2 100644
--- a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
@@ -32,7 +32,7 @@
<info>
<desc>Because there can exists more then one implementations of such TaskCreatorService,
the actual one must be specified with it's UNO implementation name.
- Otherwise it's not guaranteed, which implementation is realy used at runtime.</desc>
+ Otherwise it's not guaranteed, which implementation is really used at runtime.</desc>
</info>
</prop>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
index 9fe359ed6023..d5fab6267379 100644
--- a/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
@@ -89,7 +89,7 @@
</group>
<group oor:name="TWizCategory">
<info>
- <desc>Information on the categries of the table wizard</desc>
+ <desc>Information on the categories of the table wizard</desc>
</info>
<prop oor:name="Index" oor:type="xs:int">
<info>
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
index 1968127f2f86..9d1015e05ab0 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
@@ -622,7 +622,7 @@
</info>
<prop oor:name="FillAsynchronously" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Specifies whether the dialog should fill its view asynchronously. Asnychronous filling allows the user to cancel blocking operations, which may be useful for instance for mounted, but dead NFS devices.</desc>
+ <desc>Specifies whether the dialog should fill its view asynchronously. Asynchronous filling allows the user to cancel blocking operations, which may be useful for instance for mounted, but dead NFS devices.</desc>
</info>
<value>false</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
index 65599123587e..54964677666e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
@@ -87,7 +87,7 @@
com.sun.star.sheet.SpreadsheetDocument
com.sun.star.presentation.PresentationDocument
com.sun.star.drawing.DrawingDocument
-
+
Recognized shortcuts:
Writer
Calc
@@ -98,9 +98,9 @@
DrawImpress
WriterVariants
These shortcuts exist for even more convenience and handle the frequent case of Draw
- and Impress as well as different variants of the Writer where they have otherwise
+ and Impress as well as different variants of the Writer where they have otherwise
identical context descriptions.
-
+
Special values:
any
none
@@ -114,11 +114,11 @@
Special values:
any
- 3 Panel state. One of
+ 3 Panel state. One of
visible Panel is initially visible and expanded
hidden Panel is initially collapsed, ie only its title bar is visible
- 4 (Optional, only used for panels) UNO command that overrides the DefaultMenuCommand. Use
+ 4 (Optional, only used for panels) UNO command that overrides the DefaultMenuCommand. Use
the special value none to override the DefaultMenuCommand to the empty string and thereby
disable the showing of a) the menu button in the panel titlebar and b) the showing of a dialog.
</desc></info>
@@ -142,7 +142,7 @@
</prop>
<prop oor:name="TitleBarIsOptional" oor:type="xs:boolean">
<info>
- <desc>When true then the title bar can be ommitted when the panel is the only panel in a deck.</desc>
+ <desc>When true then the title bar can be omitted when the panel is the only panel in a deck.</desc>
</info>
<value>false</value>
</prop>
@@ -181,7 +181,7 @@
<prop oor:name="DefaultMenuCommand" oor:type="xs:string">
<info><desc>
The default UNO command to execute when the user clicks on the menu button in the panel title bar.
- Can be overriden in the ContextList to provide context dependent menu dialogs.
+ Can be overridden in the ContextList to provide context dependent menu dialogs.
When empty then the menu icon is not shown in the panel title bar.
</desc></info>
<value></value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
index b66edc9e8549..e3e0dd499481 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
@@ -77,7 +77,7 @@
</prop>
<prop oor:name="Size" oor:type="xs:string">
<info>
- <desc>Specifies the size of a floating user interface element in pixel. The real size can differ if the layout manager decides to resize it due to current circumenstances. Width and height must be splitted by an comma.</desc>
+ <desc>Specifies the size of a floating user interface element in pixel. The real size can differ if the layout manager decides to resize it due to current circumstances. Width and height must be splitted by an comma.</desc>
</info>
</prop>
<prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
diff --git a/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
index 9f7135705307..3585d4c0f0af 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
@@ -58,7 +58,7 @@
</prop>
<prop oor:name="ExporterClass" oor:type="xs:string">
<info>
- <desc>A full quilified class name of the exporter class</desc>
+ <desc>A full qualified class name of the exporter class</desc>
</info>
</prop>
<prop oor:name="OwnDirectory" oor:type="xs:boolean">
@@ -78,7 +78,7 @@
</prop>
<prop oor:name="Extension" oor:type="xs:string">
<info>
- <desc>the extension that should be used, if the expoter supports filename</desc>
+ <desc>the extension that should be used, if the exporter supports filename</desc>
</info>
</prop>
<prop oor:name="SupportedMimeTypes" oor:type="xs:string">
@@ -230,7 +230,7 @@
<group oor:name="WWizContent">
<info>
<desc>describes a web-wizard content, which contains
- recursivley documents and other contents.
+ recursively documents and other contents.
At the moment, contents contain only documents. Implementation of
sub-contents is a future issue
</desc>
@@ -328,7 +328,7 @@
</prop>
<prop oor:name="DisplayDescription" oor:type="xs:boolean">
<info>
- <desc>should the desctiprion of each document be listed in the TOC</desc>
+ <desc>should the description of each document be listed in the TOC</desc>
</info>
</prop>
<prop oor:name="DisplayAuthor" oor:type="xs:boolean">
@@ -483,7 +483,7 @@
</info>
<prop oor:name="WorkDir" oor:type="xs:string">
<info>
- <desc>the sub dir under temnplate/(langauge)/ of the web wizard files</desc>
+ <desc>the sub dir under template/(language)/ of the web wizard files</desc>
</info>
</prop>
<prop oor:name="LastSavedSession" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 9b6d768a0b61..b59764ce6f91 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -2683,7 +2683,7 @@
</info>
<prop oor:name="CaptionOrderNumberingFirst" oor:type="xs:boolean">
<info>
- <desc>Specifies the order of the captions. If true the Numeber appears in front of the category.</desc>
+ <desc>Specifies the order of the captions. If true, the number appears in front of the category.</desc>
<label>Caption order: Numbering first</label>
</info>
</prop>
@@ -3620,7 +3620,7 @@
</prop>
<prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Specifies the feadings or chapter levels where the numbering starts in the document.</desc>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
<label>Level</label>
</info>
<constraints>
@@ -4249,7 +4249,7 @@
<prop oor:name="SetInetAttribute" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL recognition -->
<info>
<desc>Specifies whether character strings which could represent a URL are converted to a hyperlink.</desc>
<label>Detect URL</label>
@@ -4353,7 +4353,7 @@
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
<info>
- <desc>Specifies whether paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
+ <desc>Specifies whether paragraphs starting with a dash, a plus sign or an asterisk followed by space or tab are replaced by a bullet character.</desc>
<label>Replace bullets with</label>
</info>
<value>true</value>
@@ -4384,7 +4384,7 @@
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 0 = Symbol-->
+ <!--Default value 0 = Symbol-->
<info>
<desc>Specifies the font family if ChangeToBullets=true.</desc>
</info>
@@ -4394,7 +4394,7 @@
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 10 = Symbol-->
+ <!--Default value 10 = Symbol-->
<info>
<desc>Specifies the font character set if ChangeToBullets=true.</desc>
</info>
@@ -4404,7 +4404,7 @@
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 2 = Variable-->
+ <!--Default value 2 = Variable-->
<info>
<desc>Specifies the font pitch if ChangeToBullets=true.</desc>
</info>
@@ -4525,7 +4525,7 @@
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 0 = Symbol-->
+ <!--Default value 0 = Symbol-->
<info>
<desc>Specifies the font family if ApplyNumbering=true.</desc>
</info>
@@ -4535,7 +4535,7 @@
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 10 = Symbol-->
+ <!--Default value 10 = Symbol-->
<info>
<desc>Specifies the font character set if ApplyNumbering=true.</desc>
</info>
@@ -4545,7 +4545,7 @@
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 2 = Variable-->
+ <!--Default value 2 = Variable-->
<info>
<desc>Specifies the font pitch if ApplyNumbering=true.</desc>
</info>
@@ -4725,13 +4725,13 @@
<info>
<desc>Contains settings for the media type used for the label.</desc>
</info>
- <prop oor:name="Continous" oor:type="xs:boolean" oor:nillable="false">
+ <prop oor:name="Continuous" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Labels/Labels -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: File New Labels Labels -->
<info>
<desc>Specifies whether continuous paper or individual sheets are used.</desc>
- <label>Continous / Sheet</label>
+ <label>Continuous / Sheet</label>
</info>
<value>false</value>
</prop>
@@ -4913,13 +4913,13 @@
<info>
<desc>Contains settings for the media type used.</desc>
</info>
- <prop oor:name="Continous" oor:type="xs:boolean" oor:nillable="false">
+ <prop oor:name="Continuous" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: File New BusinessCards Medium -->
<info>
<desc>Specifies whether continuous paper or individual sheets are used.</desc>
- <label>Continous / Sheet</label>
+ <label>Continuous / Sheet</label>
</info>
<value>false</value>
</prop>
@@ -5577,7 +5577,7 @@
<prop oor:name="Addressee" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Envelope -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
+ <!-- UIHints: Insert Envelope Envelope -->
<info>
<desc>Specifies the recipient's address.</desc>
<label>Addressee</label>
@@ -5588,7 +5588,7 @@
<prop oor:name="Sender" oor:type="xs:string">
<!-- OldPath: Writer/Dialog/Envelope/Envelope -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
+ <!-- UIHints: Insert Envelope Envelope -->
<info>
<desc>Specifies the sender's address.</desc>
<label>Sender</label>
@@ -5597,7 +5597,7 @@
<prop oor:name="UseSender" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Envelope -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
+ <!-- UIHints: Insert Envelope Envelope -->
<info>
<desc>Specifies whether the sender's address is used.</desc>
<label>Use Sender</label>
@@ -5607,7 +5607,7 @@
<prop oor:name="Database" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Envelope -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
+ <!-- UIHints: Insert Envelope Envelope -->
<info>
<desc>Specifies the database to be used for the addressee.</desc>
<label>Database</label>
@@ -5623,7 +5623,7 @@
<prop oor:name="AddresseeFromLeft" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Format -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
+ <!-- UIHints: Insert Envelope Format // old twips: 6463 / 2-->
<info>
<desc>Specifies the position of the addressee field measured from the left margin [UNIT=1/100 mm].</desc>
<label>Addressee from left</label>
@@ -5633,7 +5633,7 @@
<prop oor:name="AddresseeFromTop" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Format -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
+ <!-- UIHints: Insert Envelope Format // old twips: 6463 / 2-->
<info>
<desc>Specifies the position of the addressee field measured from the upper margin [UNIT=1/100 mm].</desc>
<label>Addressee from top</label>
@@ -5643,7 +5643,7 @@
<prop oor:name="SenderFromLeft" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Format -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Format -->
+ <!-- UIHints: Insert Envelope Format -->
<info>
<desc>Specifies the position of the sender field measured from the left margin [UNIT=1/100 mm].</desc>
<label>Sender from left</label>
@@ -5653,7 +5653,7 @@
<prop oor:name="SenderFromTop" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Format -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Format -->
+ <!-- UIHints: Insert Envelope Format -->
<info>
<desc>Specifies the position of the sender field measured from the upper margin [UNIT=1/100 mm].</desc>
<label>Sender from top</label>
@@ -5663,7 +5663,7 @@
<prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Format -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Format -->
+ <!-- UIHints: Insert Envelope Format -->
<info>
<desc>Specifies the width of the envelope [UNIT=1/100 mm].</desc>
<label>Width</label>
@@ -5673,7 +5673,7 @@
<prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Format -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Format -->
+ <!-- UIHints: Insert Envelope Format -->
<info>
<desc>Specifies the height of the envelope [UNIT=1/100 mm].</desc>
<label>Height</label>
@@ -5688,7 +5688,7 @@
<prop oor:name="Alignment" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Print -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Printer -->
+ <!-- UIHints: Insert Envelope Printer -->
<info>
<desc>Specifies the alignment when printing.</desc>
<label>Alignment</label>
@@ -5730,7 +5730,7 @@
<prop oor:name="FromAbove" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Print -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Printer -->
+ <!-- UIHints: Insert Envelope Printer -->
<info>
<desc>Specifies whether the envelope is printed with the side facing up or down in the printer tray.</desc>
<label>Print from top / Print from bottom</label>
@@ -5740,7 +5740,7 @@
<prop oor:name="Right" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Print -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Printer -->
+ <!-- UIHints: Insert Envelope Printer -->
<info>
<desc>Specifies the right distance of the printed area (horizontal position).</desc>
<label>Shift right</label>
@@ -5750,7 +5750,7 @@
<prop oor:name="Down" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Dialog/Envelope/Print -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Printer -->
+ <!-- UIHints: Insert Envelope Printer -->
<info>
<desc>Specifies the bottom distance of the printed area (vertical position).</desc>
<label>Shift down</label>
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index b7150eff9363..df6e1f3450ea 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -98,7 +98,7 @@
<prop oor:name="Priority" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Contains the priority value to specify which migration should be
- prefered. Higher values are prefered.</desc>
+ preferred. Higher values are preferred.</desc>
</info>
<value/>
</prop>
@@ -348,7 +348,7 @@
</prop>
<prop oor:name="MigrationCompleted" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>This should be set to true, as soon as settings from nother
+ <desc>This should be set to true, as soon as settings from another
version have been imported into this installation in order to prevent
multiple migrations</desc>
</info>
@@ -416,7 +416,7 @@
</prop>
<prop oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Indicates that the decimal separator (dot or commma) is used as
+ <desc>Indicates that the decimal separator (dot or comma) is used as
appropriate for the selected locale instead of the one related to the
default keyboard layout.</desc>
<label>Decimal separator key same as locale setting.</label>
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
index 11b68b4d4969..d4d12de48425 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
@@ -70,7 +70,7 @@
<prop oor:name="TemplateName" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Name of a corresponding template, which is merged together with
- the style seets of the loaded document.</desc>
+ the style sheets of the loaded document.</desc>
</info>
<value/>
</prop>
@@ -83,7 +83,7 @@
</prop>
<prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
<info>
- <desc>Localized name of the filter, whch can be shown at the
+ <desc>Localized name of the filter, which can be shown at the
UI.</desc>
</info>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
index f8096568fd83..0f59d8b8ba8e 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
@@ -52,7 +52,7 @@
</prop>
<prop oor:name="DocumentIconID" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Global ID of an icon, which represent this tye at the UI.</desc>
+ <desc>Global ID of an icon, which represent this type at the UI.</desc>
</info>
<value>0</value>
</prop>
@@ -64,15 +64,15 @@
</prop>
<prop oor:name="Preferred" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>In case of ambigoues registrations (e.g. for extensions doc/txt)
- it specify the prefererred type.</desc>
+ <desc>In case of ambigous registrations (e.g. for extensions doc/txt)
+ it specify the preferred type.</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="PreferredFilter" oor:type="xs:string" oor:nillable="false">
<info>
<desc>An optimization; points directly at the preferred filter for
- this type. No search across all filters is neccessary.</desc>
+ this type. No search across all filters is necessary.</desc>
</info>
<value/>
</prop>