Skip to content

Commit

Permalink
spelling: device
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref authored and Christian Brauner committed Nov 22, 2018
1 parent 4e6728e commit ece0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile_utils.c
Expand Up @@ -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;
Expand Down

0 comments on commit ece0b43

Please sign in to comment.