From: Long Wang Date: Sun, 9 Jul 2017 00:10:34 +0000 (+0800) Subject: commonds: fix typo X-Git-Tag: lxc-1.0.11~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f062126614f6dacc6b6711007f5acb1bc6a75b54;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 2404101f1..fcba5a9f1 100644 --- a/src/lxc/commands.c +++ b/src/lxc/commands.c @@ -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 *