mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix typo (#6572)
This commit is contained in:
parent
364470b3c8
commit
5309dd17be
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ void CardPictureLoaderWorkerWork::handleNetworkReply(QNetworkReply *reply)
|
|||
redirectUrl = url.resolved(redirectUrl);
|
||||
}
|
||||
if (url == redirectUrl) {
|
||||
qCWarning(CardPictureLoaderWorkerWorkLog) << "recusive redirect detected!";
|
||||
qCWarning(CardPictureLoaderWorkerWorkLog) << "recursive redirect detected!";
|
||||
redirectFailure = true;
|
||||
} else {
|
||||
emit urlRedirected(url, redirectUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue