Skip to content

Commit

Permalink
spelling: explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref authored and Christian Brauner committed Nov 22, 2018
1 parent 55d1c51 commit 0d0664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/tools/lxc_ls.c
Expand Up @@ -463,7 +463,7 @@ static int ls_get(struct ls **m, size_t *size, const struct lxc_arguments *args,
if (!l->name)
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) {
/* Maybe we should even consider the name sensitive and
* hide it when you're not allowed to control the
Expand Down

0 comments on commit 0d0664d

Please sign in to comment.