From 1e8cfdf6f9fd4d2e4e2ff6e119faff080c92deb1 Mon Sep 17 00:00:00 2001 From: Long Wang Date: Sun, 9 Jul 2017 08:10:34 +0800 Subject: [PATCH] commonds: fix typo Signed-off-by: Long Wang --- src/lxc/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.47.2