]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
commonds: fix typo 1687/head
authorLong Wang <w@laoqinren.net>
Sun, 9 Jul 2017 00:10:34 +0000 (08:10 +0800)
committerLong Wang <w@laoqinren.net>
Sun, 9 Jul 2017 00:10:34 +0000 (08:10 +0800)
Signed-off-by: Long Wang <w@laoqinren.net>
src/lxc/commands.c

index 942e95a2942ef3d51aff9aac1bf7aee9c3e33e0d..c6ece2cc704170bb3b5f92b6748ce7e4ff75ba14 100644 (file)
@@ -260,7 +260,7 @@ static int lxc_cmd_send(const char *name, struct lxc_cmd_rr *cmd,
  * 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
  *