diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/common/UCB.py')
-rw-r--r-- | wizards/com/sun/star/wizards/common/UCB.py | 2 |
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): |