]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
commonds: fix typo
authorLong Wang <w@laoqinren.net>
Sun, 9 Jul 2017 00:10:34 +0000 (08:10 +0800)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Aug 2017 19:25:14 +0000 (15:25 -0400)
Signed-off-by: Long Wang <w@laoqinren.net>
src/lxc/commands.c

index 2404101f1e8379135ef5a4d28dd0454a8999e723..fcba5a9f194b11ab229e69cb621d563089273151 100644 (file)
@@ -264,7 +264,7 @@ static int lxc_cmd_rsp_send(int fd, struct lxc_cmd_rsp *rsp)
  * request and collect the response
  *
  * @name           : name of container to connect to
- * @cmd            : command with initialized reqest to send
+ * @cmd            : command with initialized request to send
  * @stopped        : output indicator if the container was not running
  * @lxcpath        : the lxcpath in which the container is running
  *