client/BackgroundCommand: fix typo in comment

This commit is contained in:
Max Kellermann 2020-03-12 19:53:39 +01:00
parent 3824bf66ca
commit f24c274f5c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
* A command running in background. It can take some time to finish,
* and will then call Client::OnBackgroundCommandFinished() from
* inside the client's #EventLoop thread. The important point is that
* sucha long-running command does not block MPD's main loop, and
* such a long-running command does not block MPD's main loop, and
* other clients can still be handled meanwhile.
*
* (Note: "idle" is not a "background command" by this definition; it