Commit 6e1d9b94 by Serge Hallyn Committed by Daniel Lezcano

fix typo in confile.c

parent e4208a19
...@@ -990,7 +990,7 @@ static int parse_line(char *buffer, void *data) ...@@ -990,7 +990,7 @@ static int parse_line(char *buffer, void *data)
config = getconfig(key); config = getconfig(key);
if (!config) { if (!config) {
ERROR("unknow key %s", key); ERROR("unknown key %s", key);
goto out; goto out;
} }
......
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