From 856c3c9ff620ae2b00354ac55c539ba3dadb16f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Tue, 29 Jan 2019 14:47:56 +0100 Subject: [PATCH] Fix typos and other regressions --- README.turnserver | 2 +- man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 4 ++-- man/man1/turnutils.1 | 2 +- src/apps/relay/mainrelay.c | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.turnserver b/README.turnserver index cb764c0..fd14035 100644 --- a/README.turnserver +++ b/README.turnserver @@ -563,7 +563,7 @@ Options with values: --web-admin-port= Web-admin server port. Default is 8080. --web-admin-listen-on-workers Enable for web-admin server to listens on STUN/TURN workers STUN/TURN ports. By default it is disabled for security resons! - (This beahvior used to be the default bahavior, and was enabled by default.) + (This behavior used to be the default behavior, and was enabled by default.) --ne=[1|2|3] Set network engine type for the process (for internal purposes). diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index cdcb4c9..ec8c032 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "31 October 2018" "" "" +.TH TURN 1 "29 January 2019" "" "" .SH GENERAL INFORMATION \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 183256d..fbe1271 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "31 October 2018" "" "" +.TH TURN 1 "29 January 2019" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client @@ -813,7 +813,7 @@ Web\-admin server port. Default is 8080. \fB\-\-web\-admin\-listen\-on\-workers\fP Enable for web\-admin server to listens on STUN/TURN workers STUN/TURN ports. By default it is disabled for security resons! -(This beahvior used to be the default bahavior, and was enabled by default.) +(This behavior used to be the default behavior, and was enabled by default.) .TP .B \fB\-\-ne\fP=[1|2|3] diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index b980879..74d1e42 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "31 October 2018" "" "" +.TH TURN 1 "29 January 2019" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used diff --git a/src/apps/relay/mainrelay.c b/src/apps/relay/mainrelay.c index ffc3a01..db99fa3 100644 --- a/src/apps/relay/mainrelay.c +++ b/src/apps/relay/mainrelay.c @@ -431,7 +431,7 @@ static char Usage[] = "Usage: turnserver [options]\n" " In more complex case when more than one IP address is involved,\n" " that option must be used several times in the command line, each entry must\n" " have form \"-X public-ip/private-ip\", to map all involved addresses.\n" -" --allow-loopback-peers Allow peers on the loopback addresses (127.x.x.x and ::1).\n" +" --allow-loopback-peers Allow peers on the loopback addresses (127.x.x.x and ::1).\n" " --no-multicast-peers Disallow peers on well-known broadcast addresses (224.0.0.0 and above, and FFXX:*).\n" " -m, --relay-threads Number of relay threads to handle the established connections\n" " (in addition to authentication thread and the listener thread).\n" @@ -630,9 +630,9 @@ static char Usage[] = "Usage: turnserver [options]\n" " --web-admin-ip= Local system IP address to be used for Web-admin server endpoint. Default value\n" " is 127.0.0.1.\n" " --web-admin-port= Web-admin server port. Default is 8080.\n" -" --web-admin-listen-on-workers Enable for web-admin server to listens on STUN/TURN workers STUN/TURN ports.\n" +" --web-admin-listen-on-workers Enable for web-admin server to listens on STUN/TURN workers STUN/TURN ports.\n" " By default it is disabled for security resons!\n" -" (This beahvior used to be the default bahavior, and was enabled by default.)\n" +" (This behavior used to be the default behavior, and was enabled by default.)\n" " --server-relay Server relay. NON-STANDARD AND DANGEROUS OPTION. Only for those applications\n" " when we want to run server applications on the relay endpoints.\n" " This option eliminates the IP permissions check on the packets\n"