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 /wizards | |
parent | e8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff) |
A few safe replacements of pathes->paths
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/WWD_Startup.java | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/WWD_Startup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.java b/wizards/com/sun/star/wizards/web/WWD_Startup.java index e36051cf43a6..d81494d21d3f 100644 --- a/wizards/com/sun/star/wizards/web/WWD_Startup.java +++ b/wizards/com/sun/star/wizards/web/WWD_Startup.java @@ -476,7 +476,7 @@ public abstract class WWD_Startup extends WWD_General ConfigSet set = settings.cp_DefaultSession.cp_Publishing; - // now if path variables are used in publisher pathes, they + // now if path variables are used in publisher paths, they // are getting replaced here... for (int i = 0; i < set.getSize(); i++) { diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py index 86d0091fc752..b17a78f25bb3 100644 --- a/wizards/com/sun/star/wizards/web/WWD_Startup.py +++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py @@ -255,7 +255,7 @@ class WWD_Startup(WWD_General): WWD_General.settings.readConfiguration( confRoot, CONFIG_READ_PARAM) configSet = WWD_General.settings.cp_DefaultSession.cp_Publishing - # now if path variables are used in publisher pathes, they + # now if path variables are used in publisher paths, they # are getting replaced here... for i in xrange(configSet.getSize()): p = configSet.getElementAt(i) |