summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-22 14:31:42 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:49:32 -0500
commitf8302e8876a121df81643555e81f375c4fd0b302 (patch)
tree89432732544b2713b8d06ce90266bafc1a6c0cc4 /wizards
parent1751a6d706e2ebe4027932a853df3facd1b91486 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit aade27554d427649810f5635133519cadfa8002f) Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrors.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 5f2a212d176a..531068de0399 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -790,7 +790,7 @@ class Topics(object):
This is used in order to refresh the topic/responsible/duration data
in the preview document, in response to a change in the gui (by the user)
Since the structure of the topics table is flexible,
- The Topics object, which analyzed the structure of the topics table appon
+ The Topics object, which analyzed the structure of the topics table upon
initialization, refreshes the approperiate cell.
'''
def writeCell(self, row, column, data):
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrors.py b/wizards/com/sun/star/wizards/web/ProcessErrors.py
index 40fda7764bd6..7cd608f01f18 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrors.py
+++ b/wizards/com/sun/star/wizards/web/ProcessErrors.py
@@ -15,7 +15,7 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-# Error IDs for errors that can accure
+# Error IDs for errors that can occur
# in the interaction with the Process class.
class ProcessErrors: