summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-03-12 19:53:39 +0100
committerMax Kellermann <max@musicpd.org>2020-03-12 20:32:07 +0100
commitf24c274f5c098f44167670619f83ba75428cd390 (patch)
tree1aea0dd2ec8485c58a99cfad5cb4767c7bd8624a /src/client
parent3824bf66cae70b448dd8b99252fc3e823b40e150 (diff)
client/BackgroundCommand: fix typo in comment
Diffstat (limited to 'src/client')
-rw-r--r--src/client/BackgroundCommand.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/BackgroundCommand.hxx b/src/client/BackgroundCommand.hxx
index c4da39d90..687c25afb 100644
--- a/src/client/BackgroundCommand.hxx
+++ b/src/client/BackgroundCommand.hxx
@@ -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