Fixed minor misspelling

This commit is contained in:
Morgan Smith 2021-12-21 14:31:59 +02:00
parent 2546fb1165
commit 224960ce87
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ example the connection is lost or the password is rejected), the given error
handler function is called with the error as its argument. The next time the
connection is used, an automatic reconnection is attempted.
A description of the MPD protocol can be fined
A description of the MPD protocol can be found
[here](https://www.musicpd.org/doc/protocol/). This library only provides
low-level access to the protocol. However, special support for the idle command
is provided via extra arguments to the `new` function. This will be made clear