From 6fb7f5da5512cf4cc4995b16c8c5e8d493b75298 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sat, 8 Oct 2022 22:54:12 +0800 Subject: [PATCH] Fix typos Found via `codespell -S po -L crate,homestate,trough` --- README.md | 2 +- build-aux/flatpak-cargo-generator.py | 2 +- data/dev.alextren.Spot.appdata.xml | 4 ++-- doc/doc.tex | 2 +- src/api/cache.rs | 2 +- src/app/batch_loader.rs | 2 +- src/app/components/mod.rs | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 89042e19..a90a568d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Similarly, snap also requires that you install the corresponding snap for your t **Only works with premium accounts!** - playback control (play/pause, prev/next, seeking, shuffle, repeat (none, all, song)) -- selection mode: easily browse and select mutliple tracks to queue them +- selection mode: easily browse and select multiple tracks to queue them - browse your saved albums and playlists - search albums and artists - view an artist's releases diff --git a/build-aux/flatpak-cargo-generator.py b/build-aux/flatpak-cargo-generator.py index 69c1fb2d..b3e6e41c 100644 --- a/build-aux/flatpak-cargo-generator.py +++ b/build-aux/flatpak-cargo-generator.py @@ -78,7 +78,7 @@ def get_git_sources(package): name = package['name'] source = package['source'] commit = urlparse(source).fragment - assert commit, 'The commit needs to be indicated in the fragement part' + assert commit, 'The commit needs to be indicated in the fragment part' canonical = canonical_url(source) repo_url = canonical.geturl() diff --git a/data/dev.alextren.Spot.appdata.xml b/data/dev.alextren.Spot.appdata.xml index 069cbe4f..a7e97c1d 100644 --- a/data/dev.alextren.Spot.appdata.xml +++ b/data/dev.alextren.Spot.appdata.xml @@ -30,7 +30,7 @@