summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/ProcessErrorHandler.py')
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrorHandler.py4
1 files changed, 2 insertions, 2 deletions
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):