diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:42:58 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:43:37 +0100 |
commit | 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b (patch) | |
tree | 5b349b17cc872dfb45ef5ec73a6ba2eec27a37ef /officecfg | |
parent | e8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff) |
A few safe replacements of pathes->paths
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Paths.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Paths.xcs b/officecfg/registry/schema/org/openoffice/Office/Paths.xcs index 90811bbcb139..becdbd8ed268 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Paths.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Paths.xcs @@ -30,7 +30,7 @@ <info> <author>AS</author> - <desc>Configuration of layered pathes replacing the old path configuration org.openoffice.Office.Common/Path.</desc> + <desc>Configuration of layered paths replacing the old path configuration org.openoffice.Office.Common/Path.</desc> </info> <templates> @@ -52,7 +52,7 @@ </info> <prop oor:name="IsSinglePath" oor:type="xs:boolean" oor:nillable="false"> <info> - <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single pathes then.</desc> + <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single paths then.</desc> </info> <value>false</value> </prop> |