From f2dde6fdd256432ad74495134e24f5fba17dbadd Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER Date: Wed, 13 Jul 2022 21:20:13 +0200 Subject: [PATCH] Fix a typo spotted by Lintian Forwarded: https://github.com/cmus/cmus/pull/1206 Gbp-Pq: Name 0003-Fix-typo.patch --- mpris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpris.c b/mpris.c index 0699b0c..af027dc 100644 --- a/mpris.c +++ b/mpris.c @@ -509,7 +509,7 @@ out: bus = NULL; mpris_fd = -1; - const char *msg = "an error occured while initializing " + const char *msg = "an error occurred while initializing " "MPRIS: %s. MPRIS will be disabled."; error_msg(msg, strerror(-res)); -- 2.30.2