X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fgroupchat.c;h=75e259db7d1d8ed16caee6e7cac92abe9b0043f4;hb=refs%2Fheads%2Ffeature%2Fjoin-commit-order;hp=c049dd8a49b79ab868dbe39e1cd43d6072b3ae93;hpb=fe5563f92021618b4a8b41e412c73d8364fcaf6e;p=meshlink diff --git a/examples/groupchat.c b/examples/groupchat.c index c049dd8a..75e259db 100644 --- a/examples/groupchat.c +++ b/examples/groupchat.c @@ -129,7 +129,7 @@ static void parse_command(meshlink_handle_t *mesh, char *buf) { } if(!s) { - fprintf(stderr, "Group is not yet creted!\n"); + fprintf(stderr, "Group is not yet created!\n"); return; } }