Commit eda2ecd2 authored by jselbie's avatar jselbie

fixed typo

parent 14577deb
...@@ -67,7 +67,7 @@ primary listening address. ...@@ -67,7 +67,7 @@ primary listening address.
.PP .PP
In basic mode, the default is to bind to all available adapters In basic mode, the default is to bind to all available adapters
(INADDR_ANY). (INADDR_ANY).
In full mode, the default is to bing to the first non-localhost adapter In full mode, the default is to bind to the first non-localhost adapter
with a configured IP address. with a configured IP address.
.PP .PP
* * * * * * * * * *
......
...@@ -63,7 +63,7 @@ The interface or address specified will be used by the service as the primary ...@@ -63,7 +63,7 @@ The interface or address specified will be used by the service as the primary
listening address. listening address.
In basic mode, the default is to bind to all available adapters (INADDR_ANY). In basic mode, the default is to bind to all available adapters (INADDR_ANY).
In full mode, the default is to bing to the first non-localhost adapter with In full mode, the default is to bind to the first non-localhost adapter with
a configured IP address. a configured IP address.
____ ____
......
...@@ -169,7 +169,7 @@ const char stunserver_text[] = { ...@@ -169,7 +169,7 @@ const char stunserver_text[] = {
0x52, 0x5f, 0x41, 0x4e, 0x59, 0x29, 0x2e, 0x20, 0x49, 0x6e, 0x20, 0x66, 0x52, 0x5f, 0x41, 0x4e, 0x59, 0x29, 0x2e, 0x20, 0x49, 0x6e, 0x20, 0x66,
0x75, 0x6c, 0x6c, 0x20, 0x6d, 0x6f, 0x64, 0x65, 0x2c, 0x20, 0x74, 0x68, 0x75, 0x6c, 0x6c, 0x20, 0x6d, 0x6f, 0x64, 0x65, 0x2c, 0x20, 0x74, 0x68,
0x65, 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x20, 0x69, 0x73, 0x65, 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x20, 0x69, 0x73,
0x20, 0x74, 0x6f, 0x20, 0x62, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x20, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x69, 0x6e, 0x64, 0x20, 0x74, 0x6f, 0x20,
0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x6e, 0x6f,
0x6e, 0x2d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x20, 0x6e, 0x2d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x20,
0x61, 0x64, 0x61, 0x70, 0x74, 0x65, 0x72, 0x20, 0x77, 0x69, 0x74, 0x68, 0x61, 0x64, 0x61, 0x70, 0x74, 0x65, 0x72, 0x20, 0x77, 0x69, 0x74, 0x68,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment