]> git.meshlink.io Git - meshlink/blobdiff - examples/groupchat.c
Fix spelling errors.
[meshlink] / examples / groupchat.c
index c049dd8a49b79ab868dbe39e1cd43d6072b3ae93..75e259db7d1d8ed16caee6e7cac92abe9b0043f4 100644 (file)
@@ -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;
                        }
                }