Unverified Commit 0d0664da by Josh Soref Committed by Christian Brauner

spelling: explicitly

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 55d1c51d
...@@ -463,7 +463,7 @@ static int ls_get(struct ls **m, size_t *size, const struct lxc_arguments *args, ...@@ -463,7 +463,7 @@ static int ls_get(struct ls **m, size_t *size, const struct lxc_arguments *args,
if (!l->name) if (!l->name)
goto put_and_next; goto put_and_next;
/* Do not record stuff the user did not explictly request. */ /* Do not record stuff the user did not explicitly request. */
if (args->ls_fancy) { if (args->ls_fancy) {
/* Maybe we should even consider the name sensitive and /* Maybe we should even consider the name sensitive and
* hide it when you're not allowed to control the * hide it when you're not allowed to control the
......
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