X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=examples%2Fgroupchat.c;h=75e259db7d1d8ed16caee6e7cac92abe9b0043f4;hp=c049dd8a49b79ab868dbe39e1cd43d6072b3ae93;hb=902446edf822a32383c4fa4b7c13b83a568095ad;hpb=c1aaccb26739c0c513c9443dce57560349141687 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; } }