From f24c274f5c098f44167670619f83ba75428cd390 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Mar 2020 19:53:39 +0100 Subject: [PATCH] client/BackgroundCommand: fix typo in comment --- src/client/BackgroundCommand.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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