fix typos

This commit is contained in:
Dimitris Apostolou
2026-03-28 09:19:33 +02:00
parent f7c33b3995
commit 2f15da3d5a
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -756,7 +756,7 @@ namespace data
}
if ((res.code == 301 || res.code == 302 || res.code == 307) && follow) {
LogPrint(eLogDebug, "Reseed: Recieved redirect from ", uri);
LogPrint(eLogDebug, "Reseed: Received redirect from ", uri);
std::string location = res.get_header("Location");
if (location.length() == 0) {