diff --git a/test/test_dialog_wrappers.py b/test/test_dialog_wrappers.py
index 440cf3048c8e195449cdc5aaa5bf25aff2dd1a63..ba0cbca7f49f16deef915170a8c7be1d8ea3bd9d 100644
--- a/test/test_dialog_wrappers.py
+++ b/test/test_dialog_wrappers.py
@@ -1,6 +1,6 @@
 """Test functions in test_dialog_wrappers.py.
 
-Tests are performed by launchinig the dialogs and inspecting their icons. To
+Tests are performed by launching the dialogs and inspecting their icons. To
 test the dialogs we need to 'load' our testing function using
 QTimer.singleShot before starting the widget. This will in practice let us run
 our code after the dialog started, even though it is modal.