[Lxc-users] [patch] trivial: fix typo in confile.c
Serge Hallyn
serge.hallyn at canonical.com
Fri Mar 30 19:31:55 UTC 2012
Noticed by Stéphane Graber.
Index: lxc-0.7.5/src/lxc/confile.c
===================================================================
--- lxc-0.7.5.orig/src/lxc/confile.c 2012-03-30 14:18:45.000000000 -0500
+++ lxc-0.7.5/src/lxc/confile.c 2012-03-30 14:30:14.436876228 -0500
@@ -884,7 +884,7 @@
config = getconfig(key);
if (!config) {
- ERROR("unknow key %s", key);
+ ERROR("unknown key %s", key);
goto out;
}
More information about the lxc-users
mailing list