From ab1fc470b7d90c58c152fbe6e74e02c1c3b02946 Mon Sep 17 00:00:00 2001 From: teslaedison Date: Thu, 14 Mar 2024 16:07:02 +0800 Subject: [PATCH] chore: fix some typos Signed-off-by: teslaedison --- docs/configuration.rst | 4 ++-- snap/local/launchers/gallery-dl-launch | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 6408a75d..7dd7ede1 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -3286,7 +3286,7 @@ Examples * ``["jpeg", "webp"]`` Description 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`` * Heroes: ``png``, ``jpeg``, ``jpg``, ``webp`` @@ -3326,7 +3326,7 @@ Examples * ``["fr", "it"]`` Description Only include assets that are in the specified languages. ``all`` can be - used to specifiy all languages. Valid values are `ISO 639-1 `__ + used to specify all languages. Valid values are `ISO 639-1 `__ language codes. diff --git a/snap/local/launchers/gallery-dl-launch b/snap/local/launchers/gallery-dl-launch index 908f303f..a4047c4d 100755 --- a/snap/local/launchers/gallery-dl-launch +++ b/snap/local/launchers/gallery-dl-launch @@ -1,5 +1,5 @@ #!/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 \ -o errexit \ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e08bd49f..c7bcb452 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -37,7 +37,7 @@ plugs: # Network access network: - # For network service for recieving OAuth callback tokens + # For network service for receiving OAuth callback tokens network-bind: # Configuration access