1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

chore: fix some typos

Signed-off-by: teslaedison <qingchengqiushuang@gmail.com>
This commit is contained in:
teslaedison 2024-03-14 16:07:02 +08:00
parent dde822e69a
commit ab1fc470b7
3 changed files with 4 additions and 4 deletions

View File

@ -3286,7 +3286,7 @@ Examples
* ``["jpeg", "webp"]`` * ``["jpeg", "webp"]``
Description Description
Only include assets that are in the specified file types. ``all`` can be Only include assets that are in the specified file types. ``all`` can be
used to specifiy all file types. Valid values are: used to specify all file types. Valid values are:
* Grids: ``png``, ``jpeg``, ``jpg``, ``webp`` * Grids: ``png``, ``jpeg``, ``jpg``, ``webp``
* Heroes: ``png``, ``jpeg``, ``jpg``, ``webp`` * Heroes: ``png``, ``jpeg``, ``jpg``, ``webp``
@ -3326,7 +3326,7 @@ Examples
* ``["fr", "it"]`` * ``["fr", "it"]``
Description Description
Only include assets that are in the specified languages. ``all`` can be Only include assets that are in the specified languages. ``all`` can be
used to specifiy all languages. Valid values are `ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__ used to specify all languages. Valid values are `ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__
language codes. language codes.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# This is the maintainence launcher for the snap, make necessary runtime environment changes to make the snap work here. You may also insert security confinement/deprecation/obsoletion notice of the snap here. # This is the maintenance launcher for the snap, make necessary runtime environment changes to make the snap work here. You may also insert security confinement/deprecation/obsoletion notice of the snap here.
set \ set \
-o errexit \ -o errexit \

View File

@ -37,7 +37,7 @@ plugs:
# Network access # Network access
network: network:
# For network service for recieving OAuth callback tokens # For network service for receiving OAuth callback tokens
network-bind: network-bind:
# Configuration access # Configuration access