From: Serge Hallyn Date: Tue, 31 Jul 2012 14:04:33 +0000 (+0200) Subject: fix typo in confile.c X-Git-Tag: lxc-0.8.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1d9b94b65cb9b99a74159485c7616fb3742a74;p=thirdparty%2Flxc.git fix typo in confile.c Signed-off-by: Serge Hallyn Reported-by: Stéphane Graber Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index b7b990ee0..87608ccde 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -990,7 +990,7 @@ static int parse_line(char *buffer, void *data) config = getconfig(key); if (!config) { - ERROR("unknow key %s", key); + ERROR("unknown key %s", key); goto out; }