From 57ab2c139d83869ab62c146fb53e0458ff16c8ec Mon Sep 17 00:00:00 2001 From: "Stiliyan Tonev (Bark)" Date: Tue, 20 May 2025 15:56:36 +0300 Subject: [PATCH] fix(typo): fix spelling --- src/webui/api/torrentscontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/api/torrentscontroller.cpp b/src/webui/api/torrentscontroller.cpp index 35b6f8bc1..5dce199f7 100644 --- a/src/webui/api/torrentscontroller.cpp +++ b/src/webui/api/torrentscontroller.cpp @@ -1140,7 +1140,7 @@ void TorrentsController::addTrackersAction() } else if (hashParam.contains(u'|')) { - // We have this, so that we wont enter the `else` and break it. + // We have this, so that we won't enter the `else` and break it. } else {