[Lxc-users] [PATCH 5/9] confile.c: fix a typo
Serge Hallyn
serge at hallyn.com
Thu Apr 26 05:09:37 UTC 2012
From: Serge Hallyn <serge.hallyn at ubuntu.com>
Reported-by: Stéphane Graber <stgraber at ubuntu.com>
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
src/lxc/confile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lxc/confile.c b/src/lxc/confile.c
index b305aef..053757f 100644
--- a/src/lxc/confile.c
+++ b/src/lxc/confile.c
@@ -925,7 +925,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;
}
--
1.7.9.5
More information about the lxc-users
mailing list