Unverified Commit eaae553b by Josh Soref Committed by Christian Brauner

spelling: unsigned

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent d1b764d0
...@@ -4173,7 +4173,7 @@ static struct lxc_config_t *get_network_config_ops(const char *key, ...@@ -4173,7 +4173,7 @@ static struct lxc_config_t *get_network_config_ops(const char *key,
ret = lxc_safe_uint((idx_start + 1), &tmpidx); ret = lxc_safe_uint((idx_start + 1), &tmpidx);
if (ret < 0) { if (ret < 0) {
errno = -ret; errno = -ret;
SYSERROR("Failed to parse usigned integer from string \"%s\"", SYSERROR("Failed to parse unsigned integer from string \"%s\"",
idx_start + 1); idx_start + 1);
*idx = ret; *idx = ret;
goto on_error; goto on_error;
......
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