diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-17 16:41:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-17 21:53:28 +0200 |
commit | 64a3124d928f337011cad137c2c059f1ef064377 (patch) | |
tree | cdcea46848e5b61872716d8deb6f5d5b8f57894a /officecfg | |
parent | fc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff) |
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
Reviewed-on: https://gerrit.libreoffice.org/41194
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Labels.xcs | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs index 80554a7c2b08..47b18ca0021a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs @@ -34,7 +34,7 @@ </info> </prop> <prop oor:name="Measure" oor:type="xs:string"> - <!--Label: Contains the measurement data of the label contatenated by a colon (;) in the following order: + <!--Label: Contains the measurement data of the label concatenated by a colon (;) in the following order: 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet --> <info> diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs index ee7df8abae33..4f6640211e59 100644 --- a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs +++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs @@ -33,7 +33,7 @@ <info> <desc>Used to sort types inside dialogs. Only values > 0 are recognized. Types with an order value < 1 will be sorted - alphabeticly.</desc> + alphabetically.</desc> </info> <value>0</value> </prop> |