X-Git-Url: https://git.proxmox.com/?p=mirror_lxc.git;a=blobdiff_plain;f=src%2Flxc%2Fconfile.c;h=5ecbaeac2f0f119f02f9af0d595e513864700871;hp=45095855aeaf7cdec90227d747c0cbeb56624697;hb=ae52f3964362382cb494f7f0f77563912fdaf0a0;hpb=da43e9e51ab34ae0d9d7055d8111d3418e129a24 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;