]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: device
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:00:01 +0000 (07:00 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:00:01 +0000 (07:00 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/confile_utils.c

index 36341fb73c1dee171769d5850b256a4ee699de16..04926854d1134c11168e8dab2a2f694e030c17fb 100644 (file)
@@ -542,7 +542,7 @@ int network_ifname(char *valuep, const char *value, size_t size)
 
        retlen = strlcpy(valuep, value, size);
        if (retlen >= size)
-               ERROR("Network devie name \"%s\" is too long (>= %zu)", value,
+               ERROR("Network device name \"%s\" is too long (>= %zu)", value,
                      size);
 
        return 0;