From ed12cef7e4d89c7b5983a4360457a3cf2fb129d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Thu, 16 Oct 2025 21:01:42 +0200 Subject: [PATCH] typos fixed --- README.md | 4 ++-- src/sh/local.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5370a65..eecf398 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Control playback from your terminal while browsing the vast world of music relea The MusicBrainz database is automatically searched after entering a query. In the screenshot below, the emoji 🔆 indicates that some tracks of _Mc Solaar_ are available in the local music library. They are played by hitting ``. -![MusicBrainz artist search](//screenshots/search.png) +![MusicBrainz artist search](./screenshots/search.png) ### Browse Local Music Library Here, we fuzzily search an album of _Daft Punk._ @@ -120,7 +120,7 @@ $ fuzic --decorate ~/Music/Daft\ Punk/Random\ Access\ Memories Info: Decorating /home/amin/Music/Daft Punk/Random Access Memories as release 5000a285-b67e-4cfc-b54b-2b98f1810d2e $ fuzic --decorate-as ~/Music/Mc\ Solaar/Prose\ Combat 69e5cf67-7cea-4fe8-9129-9779f0a93d69 Info: Decorating /home/amin/Music/Mc Solaar/Prose Combat as the release Prose Combat by MC Solaar -Info: We discovered the following associatoin: +Info: We discovered the following association: Track 'Aubade' File './01 Aubade.m4a' Track 'Obsolète' File './02 Obsolète.m4a' Track 'Nouveau western' File './03 Nouveau western.m4a' diff --git a/src/sh/local.sh b/src/sh/local.sh index 0fcb5f5..00c484d 100644 --- a/src/sh/local.sh +++ b/src/sh/local.sh @@ -157,7 +157,7 @@ END { for (i in id) print title[i], id[i], fname[i] } ' "$tmpj" "$tmpf" >"$assocfile" rm -f "$tmpj" "$tmpf" # Ask user if this is ok - info "We discovered the following associatoin:" + info "We discovered the following association:" while IFS= read -r line; do t="$(echo "$line" | cut -d "$(printf '\t')" -f 1)" f="$(echo "$line" | cut -d "$(printf '\t')" -f 3)"