From a74435c5591945ed79f372bf3c7c78197657800e Mon Sep 17 00:00:00 2001 From: Sharuzzaman Ahmat Raslan Date: Tue, 11 Oct 2022 14:48:11 +0800 Subject: [PATCH] fixing minor typo (#1052) fixing minor typo sepcified -> specified --- src/supernode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supernode.c b/src/supernode.c index 93ce214..89c1b23 100644 --- a/src/supernode.c +++ b/src/supernode.c @@ -114,7 +114,7 @@ static void help (int level) { printf (" OPTIONS FOR THE UNDERLYING NETWORK CONNECTION\n"); printf (" ---------------------------------------------\n\n"); printf(" -p [:] | fixed local UDP port (defaults to %u) and optionally\n" - " | bind to sepcified local IP address only ('any' by default)\n", N2N_SN_LPORT_DEFAULT); + " | bind to specified local IP address only ('any' by default)\n", N2N_SN_LPORT_DEFAULT); printf(" -F | name of the supernode's federation, defaults to\n" " | '%s'\n", (char *)FEDERATION_NAME); printf(" -l | ip address or name, and port of known supernode\n");