sw/qa/uitest/writer_tests5/xwindow.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3061ca82a323ec922dbdf2f5dcc008ade81f23a8
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Mar 5 10:53:32 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Mar 6 07:05:02 2019 +0100

    Fix typo
    
    Change-Id: I0b1c04b846ff5e6197fce59bd3c4325528169a7c
    Reviewed-on: https://gerrit.libreoffice.org/68787
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sw/qa/uitest/writer_tests5/xwindow.py 
b/sw/qa/uitest/writer_tests5/xwindow.py
index d63df73c69ea..81104bb7a3ef 100644
--- a/sw/qa/uitest/writer_tests5/xwindow.py
+++ b/sw/qa/uitest/writer_tests5/xwindow.py
@@ -128,7 +128,7 @@ class XWindow(UITestCase):
         xToolkitRobot.keyPress(xKeyEvent)
         xToolkitRobot.keyRelease(xKeyEvent)
 
-        # remove moue listener
+        # remove mouse listener
         xWindow.removeMouseListener(xMouseListener)
         self.assertEqual(1, mouseListenerCount)
         del xMouseListener
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to