From 36265b8f8453d500ac707b398f0e3ec6756c0d7e Mon Sep 17 00:00:00 2001 From: cheese1 Date: Sat, 26 Dec 2020 18:36:55 +0100 Subject: [PATCH] small typo --- texturecache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texturecache.py b/texturecache.py index f3f5f1c..4f19cd2 100755 --- a/texturecache.py +++ b/texturecache.py @@ -4719,7 +4719,7 @@ def jsonQuery(action, mediatype, filter="", force=False, extraFields=False, resc # to determine which should be skipped (those in the cache, unless # force update is true). # -# Those that are not skipped will be added to a queueu for processing by +# Those that are not skipped will be added to a queue for processing by # 1..n threads. Errors will be added to an error queue by the threads, and # subsueqently displayed to the user at the end. #