]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: unsigned
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:24:51 +0000 (08:24 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:24:51 +0000 (08:24 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/confile.c

index 45095855aeaf7cdec90227d747c0cbeb56624697..5ecbaeac2f0f119f02f9af0d595e513864700871 100644 (file)
@@ -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;