From: Philippe SWARTVAGHER Date: Wed, 13 Jul 2022 19:20:13 +0000 (+0200) Subject: Fix a typo spotted by Lintian X-Git-Tag: archive/raspbian/2.10.0-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f2dde6fdd256432ad74495134e24f5fba17dbadd;p=cmus.git Fix a typo spotted by Lintian Forwarded: https://github.com/cmus/cmus/pull/1206 Gbp-Pq: Name 0003-Fix-typo.patch --- 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));