Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion texturecache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down