summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/UCB.py
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-12 17:56:42 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 10:02:06 +0200
commit16e15bd404e0042aaceba3bd2ed75ac6fe333922 (patch)
treee2956f8a5ab4f73f4265dc9ca2bc9461118f3c3f /wizards/com/sun/star/wizards/common/UCB.py
parentca5f5d6c9f297e926662424e1546e92b41c83eaf (diff)
Fix typo
Change-Id: I309ce0b4aade85a510836be0d04bf66c916a464a Reviewed-on: https://gerrit.libreoffice.org/75507 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'wizards/com/sun/star/wizards/common/UCB.py')
-rw-r--r--wizards/com/sun/star/wizards/common/UCB.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/UCB.py b/wizards/com/sun/star/wizards/common/UCB.py
index 84d951f73f54..1e52e4861362 100644
--- a/wizards/com/sun/star/wizards/common/UCB.py
+++ b/wizards/com/sun/star/wizards/common/UCB.py
@@ -34,7 +34,7 @@ from com.sun.star.ucb.TransferCommandOperation import COPY
# This class is used to copy the content of a folder to
# another folder.
-# There is an incosistency with argument order.
+# There is an inconsistency with argument order.
# It should be always: dir,filename.
class UCB(object):