]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command.c: Fix braino in help text of recv_sb().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 4 Sep 2018 18:35:43 +0000 (20:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 5 Sep 2018 15:36:28 +0000 (17:36 +0200)
command.c

index 6adb945555d32e101fdd24bc7255133e33f0bd1b..67f6bf3c713b5de3d542d96f63848cb0014326dc 100644 (file)
--- 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.