From 3e0bf04d7b069a3b9dc7242ece40658603c15f14 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 May 2017 18:14:49 +0200 Subject: 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 Reviewed-by: Martin Smith --- src/network/bearer/qnetworkconfiguration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/bearer') diff --git a/src/network/bearer/qnetworkconfiguration.cpp b/src/network/bearer/qnetworkconfiguration.cpp index f1619ab7c0..3367de80c8 100644 --- a/src/network/bearer/qnetworkconfiguration.cpp +++ b/src/network/bearer/qnetworkconfiguration.cpp @@ -111,7 +111,7 @@ QT_BEGIN_NAMESPACE Depending on the type of configuration some states are transient in nature. A GPRS/UMTS connection may almost always be \l Discovered if the GSM/UMTS network is available. - However if the GSM/UMTS network looses the connection the associated configuration may change its state + However if the GSM/UMTS network loses the connection the associated configuration may change its state from \l Discovered to \l Defined as well. A similar use case might be triggered by WLAN availability. QNetworkConfigurationManager::updateConfigurations() can be used to manually trigger updates of states. Note that some platforms do not require such updates -- cgit v1.2.3