Fix typo in NetRequest.cpp

Signed-off-by: LAHarbottle <87842870+LAHarbottle@users.noreply.github.com>
This commit is contained in:
LAHarbottle 2025-03-29 17:17:57 +00:00 committed by GitHub
parent 1c0c247631
commit 66c6399ade
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: