summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qfocusevent
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-05-29 18:14:49 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2017-06-08 13:36:18 +0000
commit3e0bf04d7b069a3b9dc7242ece40658603c15f14 (patch)
tree10d48cf7f3a13810f124c1d374f1cd60e595a7aa /tests/auto/other/qfocusevent
parentd3e73b4f6b758896e6328cf2f5dc7d864d27949e (diff)
Typo-fix: s/looses/loses/g
When an archer lets go of the bow-string, she looses an arrow; when the hounds are straining at their leashes and the handler lets go, he looses the dogs. It's archaic usage now; we'd normally say "lets loose", "lets go" or "releases". In any case what was meant here was that something got lost; a widget loses focus or a network loses its connection. Change-Id: Ic1fbe9e1f76185bcb7caf034d6be97ebfeb2e270 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'tests/auto/other/qfocusevent')
-rw-r--r--tests/auto/other/qfocusevent/tst_qfocusevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/qfocusevent/tst_qfocusevent.cpp b/tests/auto/other/qfocusevent/tst_qfocusevent.cpp
index 5bf39b3953..a56caf9844 100644
--- a/tests/auto/other/qfocusevent/tst_qfocusevent.cpp
+++ b/tests/auto/other/qfocusevent/tst_qfocusevent.cpp
@@ -286,7 +286,7 @@ void tst_QFocusEvent::checkReason_Shortcut()
void tst_QFocusEvent::checkReason_focusWidget()
{
// This test checks that a widget doesn't loose
- // its focuswidget just because the focuswidget looses focus.
+ // its focuswidget just because the focuswidget loses focus.
QWidget window1;
QWidget frame1;
QWidget frame2;