Fix typo in NetRequest.cpp (#3561)

This commit is contained in:
Seth Flynn 2025-03-31 01:12:48 -04:00 committed by GitHub
commit 51bbd02a08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ void NetRequest::executeTask()
emit finished();
return;
case State::Running:
qCDebug(logCat) << getUid().toString() << "Runninng " << m_url.toString();
qCDebug(logCat) << getUid().toString() << "Running " << m_url.toString();
break;
case State::Inactive:
case State::Failed: