kioslave: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-03-29 10:05:24 +02:00
parent b43339cf19
commit 08a76dd091

View file

@ -889,7 +889,7 @@ bool CurlProtocol::setupCurl(const KUrl &url, const bool ftp)
KUrl newurl(url);
newurl.setHost(urlinfo.hostName());
kDebug(7103) << "Rewrote" << url << "to" << newurl;
// NOTE: redirect to the same URL is cycril link error
// NOTE: redirect to the same URL is cyclic link error
if (url != newurl) {
redirection(newurl);
finished();