Unverified Commit 317494f1 by Rachid Koucha Committed by GitHub

Typo in a comment

"above" was used instead of "below" Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent 4d6e32a5
...@@ -1321,7 +1321,7 @@ static int do_start(void *data) ...@@ -1321,7 +1321,7 @@ static int do_start(void *data)
/* Add the requested environment variables to the current environment to /* Add the requested environment variables to the current environment to
* allow them to be used by the various hooks, such as the start hook * allow them to be used by the various hooks, such as the start hook
* above. * below.
*/ */
lxc_list_for_each(iterator, &handler->conf->environment) { lxc_list_for_each(iterator, &handler->conf->environment) {
ret = putenv((char *)iterator->elem); ret = putenv((char *)iterator->elem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment