Skip to content

Commit ca99328

Browse files
cheese1chewitt
authored andcommitted
Fix some typos
Original pull requests from MilhouseVH repo: MilhouseVH#62 MilhouseVH#63 MilhouseVH#65
1 parent 56e2e04 commit ca99328

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,13 +525,13 @@ Specify a filename for the `logfile` property, to log detailed processing inform
525525

526526
Use `download.threads` to vary the number of threads used when downloading and caching data. Class specific values can also be used, eg. `download.threads.movies`. Any class without a specific value will use `download.threads`.
527527

528-
Specify a comma delimited list of pattherns in `singlethread.urls` to force downloads corresponding with those URLs on a single thread, necessary for sites that limit the number of concurrent requests. One such site is fanart.tv, hence the default value includes `assets\.fanart\.tv`.
528+
Specify a comma delimited list of patterns in `singlethread.urls` to force downloads corresponding with those URLs on a single thread, necessary for sites that limit the number of concurrent requests. One such site is fanart.tv, hence the default value includes `assets\.fanart\.tv`.
529529

530530
When identifying `missing` media files (ie. files that are not present in the media library), additional audio and video file types can be included by specifying a comma delimited list of file extensions for `audio.filetypes` and `video.filetypes` respectively (eg. `wmv, ogg`). All current Kodi audio and video file extensions are supported by default.
531531

532532
## Command Line Properties
533533

534-
As an alterantive or in addition to a properties file, properties may be specified on the command line, using the syntax `@<key>=<value>` - such command line property values will override any matching property retrieved from the properties file.
534+
As an alternative or in addition to a properties file, properties may be specified on the command line, using the syntax `@<key>=<value>` - such command line property values will override any matching property retrieved from the properties file.
535535

536536
In addition, the name of the properties file may be specified using the `@config` command line property, eg. `@config=./myconfig.cfg`.
537537

texturecache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4719,7 +4719,7 @@ def jsonQuery(action, mediatype, filter="", force=False, extraFields=False, resc
47194719
# to determine which should be skipped (those in the cache, unless
47204720
# force update is true).
47214721
#
4722-
# Those that are not skipped will be added to a queueu for processing by
4722+
# Those that are not skipped will be added to a queue for processing by
47234723
# 1..n threads. Errors will be added to an error queue by the threads, and
47244724
# subsueqently displayed to the user at the end.
47254725
#

0 commit comments

Comments
 (0)