vuittont60 1 year ago
parent
commit
da6bc6b0c4

+ 1 - 1
README.turnutils

@@ -312,7 +312,7 @@ $ turnutils_oauth [options]
 
   DESCRIPTION
 
-turnutils_oauth utilitiy provides help in OAuth access_token encryption and/or
+turnutils_oauth utility provides help in OAuth access_token encryption and/or
 decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
 for an Auth Server in access_token creation, and also for debugging purposes it
 helps the access_token validation and decryption. This utility inputs all the

+ 1 - 1
docker/coturn/README.md

@@ -96,7 +96,7 @@ By default, default Coturn configuration and CLI options provided in the `CMD` [
 #### Automatic detection of external IP
 
 `detect-external-ip` binary may be used to automatically detect external IP of TURN server in runtime.
-To add ` --external-ip=<detected external IP>` using `detect-external-ip` as argument for `turnserver`, set envronment variable `DETECT_EXTERNAL_IP`. Also, environment variables `DETECT_RELAY_IP`, `DETECT_EXTERNAL_IPV6` and `DETECT_RELAY_IPV6` can be used for adding arugments ` --external-ip=<detected external IP>` or ` --relay-ip=<detected external IP>`.
+To add ` --external-ip=<detected external IP>` using `detect-external-ip` as argument for `turnserver`, set envronment variable `DETECT_EXTERNAL_IP`. Also, environment variables `DETECT_RELAY_IP`, `DETECT_EXTERNAL_IPV6` and `DETECT_RELAY_IPV6` can be used for adding arguments ` --external-ip=<detected external IP>` or ` --relay-ip=<detected external IP>`.
 It's okay to use it multiple times (the value will be evaluated only once).
 ```bash
 docker run -d --network=host \

+ 1 - 1
docs/Redis.md

@@ -5,7 +5,7 @@ The TURN Server Redis database schema description can be found
 in schema.userdb.redis and schema.stats.redis files. Those files are located
 either in the turndb subdirectory of the main source code directory,
 or in /usr/local/share/turnserver/ after the installation, or somewhere in /usr/share/
-directory, depending on the OS and on the instalation package.
+directory, depending on the OS and on the installation package.
 
 If the TURN server was compiled with Hiredis support (Hiredis is the C client 
 library for Redis), then we can use the TURN server database parameter 

+ 1 - 1
examples/scripts/selfloadbalance/secure_relay.sh

@@ -12,7 +12,7 @@
 # Other options:
 #
 # 1) --aux-server=... options start two auxiliary severs on IP address 127.0.0.1
-# and ports 12345 and 12346, and two auxiliary servers on IP adress ::1
+# and ports 12345 and 12346, and two auxiliary servers on IP address ::1
 # with the same ports.
 # 2) --self-udp-balance option forces the server to distribute the load from the 
 # main server points to the auxiliary servers through the ALTERNATE-SERVER 

+ 1 - 1
man/man1/turnutils.1

@@ -480,7 +480,7 @@ $ \fIturnutils_oauth\fP [\fIoptions\fP]
 .fi
 .SS  DESCRIPTION
 
-\fIturnutils_oauth\fP utilitiy provides help in OAuth access_token encryption and/or
+\fIturnutils_oauth\fP utility provides help in OAuth access_token encryption and/or
 decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
 for an Auth Server in access_token creation, and also for debugging purposes it
 helps the access_token validation and decryption. This utility inputs all the