From: Long Wang Date: Sun, 9 Jul 2017 00:10:34 +0000 (+0800) Subject: commonds: fix typo X-Git-Tag: lxc-2.1.0~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1687%2Fhead;p=thirdparty%2Flxc.git commonds: fix typo Signed-off-by: Long Wang --- diff --git a/src/lxc/commands.c b/src/lxc/commands.c index 942e95a29..c6ece2cc7 100644 --- a/src/lxc/commands.c +++ b/src/lxc/commands.c @@ -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 *