From 4d0bc755a0645f089bb15c6d9e888ff9ce07ebbb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 7 Feb 2016 13:03:19 +0100 Subject: [PATCH] docs: Fix typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 53b98672..9d695afd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -92,7 +92,7 @@ MPD frontend - Start ``songid`` counting at 1 instead of 0 to match the original MPD server. -- Idle events are now emitted on ``seekeded`` events. This fix means that +- Idle events are now emitted on ``seeked`` events. This fix means that clients relying on ``idle`` events now get notified about seeks. (Fixes: :issue:`1331` :issue:`1347`)