Commit f24c274f authored by Max Kellermann's avatar Max Kellermann

client/BackgroundCommand: fix typo in comment

parent 3824bf66
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* A command running in background. It can take some time to finish, * A command running in background. It can take some time to finish,
* and will then call Client::OnBackgroundCommandFinished() from * and will then call Client::OnBackgroundCommandFinished() from
* inside the client's #EventLoop thread. The important point is that * 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. * other clients can still be handled meanwhile.
* *
* (Note: "idle" is not a "background command" by this definition; it * (Note: "idle" is not a "background command" by this definition; it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment