summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /wizards/com/sun/star/wizards/web
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'wizards/com/sun/star/wizards/web')
-rw-r--r--wizards/com/sun/star/wizards/web/AbstractErrorHandler.py2
-rw-r--r--wizards/com/sun/star/wizards/web/FTPDialog.py2
-rw-r--r--wizards/com/sun/star/wizards/web/ImageListDialog.py2
-rw-r--r--wizards/com/sun/star/wizards/web/Process.py2
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrorHandler.py4
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.py2
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_General.py4
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.py2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGDocument.py2
9 files changed, 11 insertions, 11 deletions
diff --git a/wizards/com/sun/star/wizards/web/AbstractErrorHandler.py b/wizards/com/sun/star/wizards/web/AbstractErrorHandler.py
index 52fb229747d9..6fb858d8c742 100644
--- a/wizards/com/sun/star/wizards/web/AbstractErrorHandler.py
+++ b/wizards/com/sun/star/wizards/web/AbstractErrorHandler.py
@@ -30,7 +30,7 @@ from com.sun.star.awt.VclWindowPeerAttribute import YES_NO, DEF_NO, DEF_YES
# uses a renderer method geMessageFor(Exception, Object, int, int)
# (in this class still abstract...)
# to render the errors, and displays
-# error messeges.
+# error messages.
class AbstractErrorHandler(ErrorHandler):
xmsf = None
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py
index 673102a298db..63d3f2cb0f66 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -43,7 +43,7 @@ from com.sun.star.ucb.OpenMode import FOLDERS
# (*) choosing a directory on the server.
# If a connection was established successfully, the user may
# press OK, which will change
-# the CGPublish object propertiers according the user's input.
+# the CGPublish object properties according the user's input.
# If no connection was established. the OK and Choose-Dir button are disabled.
# See the method "disconnect()" which disables them.
#
diff --git a/wizards/com/sun/star/wizards/web/ImageListDialog.py b/wizards/com/sun/star/wizards/web/ImageListDialog.py
index 156ea150f74f..1db10788a9f4 100644
--- a/wizards/com/sun/star/wizards/web/ImageListDialog.py
+++ b/wizards/com/sun/star/wizards/web/ImageListDialog.py
@@ -46,7 +46,7 @@ to enable choosing images that are not in the list and
so dialogs which do not need those, should set the corresponding
members showDeselectButton and/or showOtherButton to false.
<br/>
-the consturctor should receive, among others, an Array of String resources
+the constructor should receive, among others, an Array of String resources
see constructor documentation for details.
@author rpiterman
diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py
index 85c8f9b97762..a3c76f98b56b 100644
--- a/wizards/com/sun/star/wizards/web/Process.py
+++ b/wizards/com/sun/star/wizards/web/Process.py
@@ -299,7 +299,7 @@ class Process(ProcessErrors):
# copies layout files which are not .xsl files
# to the target directory.
- # @param ucb UCB encapsulatzion object
+ # @param ucb UCB encapsulation object
# @param fileAccess filaAccess encapsulation object
# @param settings web wizard settings
# @param layout the layout object
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
index 84201d323f4f..2b2d279428d5 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
+++ b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
@@ -19,10 +19,10 @@ from .ProcessErrors import ProcessErrors
from .AbstractErrorHandler import AbstractErrorHandler
from .WebWizardConst import *
-# used to interact error accuring when generating the
+# used to interact error occurring when generating the
# web-site to the user.
# This class renders the different errors,
-# replaceing some strings from the resources with
+# replacing some strings from the resources with
# content of the given arguments, depending on the error
# that accured.
class ProcessErrorHandler(AbstractErrorHandler, ProcessErrors):
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py
index cbb4dff9f3c6..51871eb95cf8 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -278,7 +278,7 @@ class WWD_Events(WWD_Startup):
# update the list to show the right selection.
self.docListDA.updateUI()
- # disables all the next steps, if the list of docuemnts
+ # disables all the next steps, if the list of documents
# is empty.
self.checkSteps()
diff --git a/wizards/com/sun/star/wizards/web/WWD_General.py b/wizards/com/sun/star/wizards/web/WWD_General.py
index 4cdbee62d68e..96d72e92c919 100644
--- a/wizards/com/sun/star/wizards/web/WWD_General.py
+++ b/wizards/com/sun/star/wizards/web/WWD_General.py
@@ -180,7 +180,7 @@ class WWD_General(WebWizardDialog):
def enableSteps(self, enabled):
if not enabled and not self.isStepEnabled(3):
- #disbale steps 3-7
+ #disable steps 3-7
return
for i in range(3,8):
@@ -294,7 +294,7 @@ class WWD_General(WebWizardDialog):
'''
substitutes path variables with the corresponding values.
@param path a path, which might contain OOo path variables.
- @return the path, after substituing path variables.
+ @return the path, after substituting path variables.
'''
def substitute(self, path):
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index 3d15335c6036..c789c19e5038 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -94,7 +94,7 @@ class WWD_Startup(WWD_General):
check the content (documents) specified in the default session.<br/>
fill the list boxes (saved sessions, styles, combobox save session). <br/>
make data aware. <br/>
- updateUI (refreshes the display to crrespond to the data in
+ updateUI (refreshes the display to correspond to the data in
the default session.)<br/>
fill the documents listbox. <br/>
if proxies are set, disable the ftp controls in step 7.
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.py b/wizards/com/sun/star/wizards/web/data/CGDocument.py
index 9ae627e7016d..59ec90dc9b6d 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDocument.py
+++ b/wizards/com/sun/star/wizards/web/data/CGDocument.py
@@ -30,7 +30,7 @@ from com.sun.star.document.UpdateDocMode import NO_UPDATE
'''
About the member fields Title, Description and Author:
-There is an ambiguicy in handling these fields.
+There is an ambiguity in handling these fields.
On the one hand, the user can set those fields to a custom value,
relevant only for the web-wizard.
On the other-hand, the web-wizard can read those fields automatically