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");