Skip to content

Commit

Permalink
spelling: unsigned
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 d1b764d commit eaae553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -4173,7 +4173,7 @@ static struct lxc_config_t *get_network_config_ops(const char *key,
ret = lxc_safe_uint((idx_start + 1), &tmpidx);
if (ret < 0) {
errno = -ret;
SYSERROR("Failed to parse usigned integer from string \"%s\"",
SYSERROR("Failed to parse unsigned integer from string \"%s\"",
idx_start + 1);
*idx = ret;
goto on_error;
Expand Down

0 comments on commit eaae553

Please sign in to comment.