From: Andre Noll Date: Tue, 4 Sep 2018 18:35:43 +0000 (+0200) Subject: command.c: Fix braino in help text of recv_sb(). X-Git-Tag: v0.6.3~78 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=31a01aedef1fe15a29dad80e67ec1cb4c51b1566 command.c: Fix braino in help text of recv_sb(). --- diff --git a/command.c b/command.c index 6adb9455..67f6bf3c 100644 --- a/command.c +++ b/command.c @@ -279,7 +279,7 @@ static int check_sender_args(struct command_context *cc, } /** - * Send a sideband packet through a blocking file descriptor. + * Receive a sideband packet from a blocking file descriptor. * * \param scc fd and crypto keys. * \param expected_band The expected band designator.