Skip to content
Snippets Groups Projects
Commit cf135d18 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

c node: fix typo

parent c7ba7f67
Branches
Tags
No related merge requests found
...@@ -265,7 +265,7 @@ int main(int argc, char **argv) ...@@ -265,7 +265,7 @@ int main(int argc, char **argv)
dht_value_unref(val); dht_value_unref(val);
} }
else { else {
printf("Unkown command: %s\n", cmd); printf("Unknown command: %s\n", cmd);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment