Unverified Commit ece0b432 by Josh Soref Committed by Christian Brauner

spelling: device

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 4e6728e4
...@@ -542,7 +542,7 @@ int network_ifname(char *valuep, const char *value, size_t size) ...@@ -542,7 +542,7 @@ int network_ifname(char *valuep, const char *value, size_t size)
retlen = strlcpy(valuep, value, size); retlen = strlcpy(valuep, value, size);
if (retlen >= 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); size);
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment