From: Josh Soref Date: Tue, 30 Oct 2018 07:00:01 +0000 (+0000) Subject: spelling: device X-Git-Tag: lxc-3.1.0~26^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9005a3ffae5eec17c382b59673f02e9e18b68b89;p=thirdparty%2Flxc.git spelling: device Signed-off-by: Josh Soref --- diff --git a/src/lxc/confile_utils.c b/src/lxc/confile_utils.c index 36341fb73..04926854d 100644 --- a/src/lxc/confile_utils.c +++ b/src/lxc/confile_utils.c @@ -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;