From e5347d485feffa06d1af3dc9e318512798f83eb7 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 19 May 2025 15:43:56 -0400 Subject: [PATCH] fixup: spelling in the comment --- tubesync/sync/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/tasks.py b/tubesync/sync/tasks.py index 00f4ffd3..7ce6df42 100644 --- a/tubesync/sync/tasks.py +++ b/tubesync/sync/tasks.py @@ -615,7 +615,7 @@ def download_media(media_id, override=False): raise InvalidTaskError(_('no such media')) from e else: if not media.download_checklist(override): - # any condition that needs ro reschedule the task + # any condition that needs to reschedule the task # should raise an exception to avoid this return