diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-22 14:31:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-22 12:36:21 +0000 |
commit | aade27554d427649810f5635133519cadfa8002f (patch) | |
tree | 7f87acd42d9b3821f969444cc0a65e8f27988503 /wizards | |
parent | eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff) |
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaDocument.py | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/ProcessErrors.py | 2 |
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: |