Merge pull request #165 from moggesmith10/master

Fixed minor misspelling
This commit is contained in:
Aire-One 2021-12-21 14:04:18 +01:00 committed by GitHub
commit 7c2bd00b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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