From: Josh Soref Date: Tue, 30 Oct 2018 08:24:51 +0000 (+0000) Subject: spelling: unsigned X-Git-Tag: lxc-3.1.0~26^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae52f3964362382cb494f7f0f77563912fdaf0a0;p=thirdparty%2Flxc.git spelling: unsigned Signed-off-by: Josh Soref --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 45095855a..5ecbaeac2 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -4434,7 +4434,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;