From 31a01aedef1fe15a29dad80e67ec1cb4c51b1566 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 4 Sep 2018 20:35:43 +0200 Subject: [PATCH] command.c: Fix braino in help text of recv_sb(). --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2