From 6de8ed91a3027a6578ae807f97bfbbbee5fa678c Mon Sep 17 00:00:00 2001 From: LAHarbottle <87842870+LAHarbottle@users.noreply.github.com> Date: Sat, 29 Mar 2025 17:17:57 +0000 Subject: [PATCH] Fix typo in NetRequest.cpp Signed-off-by: LAHarbottle <87842870+LAHarbottle@users.noreply.github.com> (cherry picked from commit 66c6399adedcb52c2b7391cdbf38602f8b2814a6) --- launcher/net/NetRequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/net/NetRequest.cpp b/launcher/net/NetRequest.cpp index cf2e72858..310653508 100644 --- a/launcher/net/NetRequest.cpp +++ b/launcher/net/NetRequest.cpp @@ -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: