From ce5634e372d749ec4b0bdf3f4b003a5a3a0b1334 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 20 Nov 2021 14:55:27 +0100 Subject: [PATCH] [spotify] Fix log message typo --- src/inputs/spotify_librespotc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputs/spotify_librespotc.c b/src/inputs/spotify_librespotc.c index e2242a9b..ab6716cf 100644 --- a/src/inputs/spotify_librespotc.c +++ b/src/inputs/spotify_librespotc.c @@ -493,7 +493,7 @@ setup(struct input_source *source) fd = librespotc_open(source->path, ctx->session); if (fd < 0) { - DPRINTF(E_LOG, L_SPOTIFY, "Eror opening source: %s\n", librespotc_last_errmsg()); + DPRINTF(E_LOG, L_SPOTIFY, "Error opening source: %s\n", librespotc_last_errmsg()); goto error; }