Fix a typo spotted by Lintian
authorPhilippe SWARTVAGHER <phil.swart@gmx.fr>
Wed, 13 Jul 2022 19:20:13 +0000 (21:20 +0200)
committerPhilippe SWARTVAGHER <phil.swart@gmx.fr>
Wed, 13 Jul 2022 18:40:37 +0000 (19:40 +0100)
Forwarded: https://github.com/cmus/cmus/pull/1206

Gbp-Pq: Name 0003-Fix-typo.patch

mpris.c

diff --git a/mpris.c b/mpris.c
index 0699b0c74297bf8933724bc08e52dce5087998a5..af027dc65aec51dec3ba2aa0214c80a681589ab2 100644 (file)
--- 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));