diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-02 00:24:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 06:15:59 +0000 |
commit | 14d096e2bf7998de55350b8fe53ec511dedcc477 (patch) | |
tree | d542c6496db0b99c7377236ce89edaed9d854bcf /wizards | |
parent | ba3521f28831f41c92aa863ba6ba6da7c91c56f7 (diff) |
Fix typos
Change-Id: Ie75beb4e282a4d1b784a5847262e39cf9c851527
Reviewed-on: https://gerrit.libreoffice.org/29440
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'wizards')
5 files changed, 7 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py index 3802732fb0c1..e623e8617bdb 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py @@ -667,7 +667,7 @@ class ItemsTable(object): it means this is the end of the table, so we end here. (because after getting the cellName above, I call the goRight method. - If it did not go right, it means its the last cell. + If it did not go right, it means it's the last cell. ''' if cellName == cursor.RangeName: diff --git a/wizards/com/sun/star/wizards/ui/DocumentPreview.py b/wizards/com/sun/star/wizards/ui/DocumentPreview.py index 4c6aed5f054d..92c4444d1e02 100644 --- a/wizards/com/sun/star/wizards/ui/DocumentPreview.py +++ b/wizards/com/sun/star/wizards/ui/DocumentPreview.py @@ -72,9 +72,9 @@ class DocumentPreview(object): which is not part of the global frame tree. Attention: - a) This frame wont be destroyed by the office. It must be closed by you! + a) This frame won't be destroyed by the office. It must be closed by you! Do so - please call XCloseable::close(). - b) The container window is part of the frame. Dont hold it alive - nor try to kill it. + b) The container window is part of the frame. Don't hold it alive - nor try to kill it. It will be destroyed inside close(). ''' diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py index a3c76f98b56b..37aa03e1c1ec 100644 --- a/wizards/com/sun/star/wizards/web/Process.py +++ b/wizards/com/sun/star/wizards/web/Process.py @@ -586,7 +586,7 @@ class Process(ProcessErrors): # searches the an exporter for the given CGExporter object # in the cache. - # If its not there, creates it, stores it in the cache and + # If it's not there, creates it, stores it in the cache and # returns it. # @param export specifies the needed exporter. # @return an Exporter instance diff --git a/wizards/com/sun/star/wizards/web/TOCPreview.py b/wizards/com/sun/star/wizards/web/TOCPreview.py index 0cde1b4bd307..339a796eb16a 100644 --- a/wizards/com/sun/star/wizards/web/TOCPreview.py +++ b/wizards/com/sun/star/wizards/web/TOCPreview.py @@ -31,7 +31,7 @@ from ..common.UCB import UCB # while other change according to user choices) # I divide this tasks to two: all necessary # static files, which should not regularly update are copied upon -# instanciation. +# instantiation. # The TOC is generated in refresh(...); class TOCPreview: diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py index 51871eb95cf8..64875c64c7e4 100644 --- a/wizards/com/sun/star/wizards/web/WWD_Events.py +++ b/wizards/com/sun/star/wizards/web/WWD_Events.py @@ -341,7 +341,7 @@ class WWD_Events(WWD_Startup): self.setEnabled(self.btnBackgrounds, True) ''' - invoked when the BackgorundsDialog is "OKed". + invoked when the BackgroundsDialog is "OKed". ''' def setBackground(self, background): @@ -903,7 +903,7 @@ class WWD_Events(WWD_Startup): ''' Here i go through each file, and validate it. - If its ok, I add it to the ListModel/ConfigSet + If it's ok, I add it to the ListModel/ConfigSet ''' for i in range(0, len(self.files)): |