X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdiscovery.c;h=da4a1d7de4e010b0b5872327056f2ba4047cb1c7;hb=eaea9a2ea3c80478a6aa4e502afaed5b5b6bbfde;hp=68e1a2610db6cac4cdaaafc975ac02465ffdd3ec;hpb=703197ca7614963ba9b831967352b6c90379af48;p=meshlink diff --git a/src/discovery.c b/src/discovery.c index 68e1a261..da4a1d7d 100644 --- a/src/discovery.c +++ b/src/discovery.c @@ -397,7 +397,7 @@ static void *discovery_loop(void *userdata) { /* Free the configuration data */ catta_server_config_free(&config); - /* Check wether creating the server object succeeded */ + /* Check whether creating the server object succeeded */ if(!mesh->catta_server) { logger(mesh, MESHLINK_ERROR, "Failed to create discovery server: %s\n", catta_strerror(error)); goto fail;