From 317494f10043894b36896f39914d7bb546b35bc3 Mon Sep 17 00:00:00 2001 From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Wed, 20 Nov 2019 13:03:47 +0100 Subject: [PATCH] Typo in a comment "above" was used instead of "below" Signed-off-by: Rachid Koucha --- src/lxc/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index a9a07bc83..3cfc8b2f5 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1321,7 +1321,7 @@ static int do_start(void *data) /* Add the requested environment variables to the current environment to * allow them to be used by the various hooks, such as the start hook - * above. + * below. */ lxc_list_for_each(iterator, &handler->conf->environment) { ret = putenv((char *)iterator->elem); -- 2.47.2