diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-15 21:59:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 07:09:19 +0000 |
commit | 8f92b2126e1d8ec9325de23fff0a2dbd5e893d2f (patch) | |
tree | 2322ce800bd50f15b9f471caae2a261ea2e922a3 | |
parent | 08d29cecde1784a4ea629038cb798a7b2451b098 (diff) | |
download | ports-8f92b2126e1d8ec9325de23fff0a2dbd5e893d2f.tar.gz ports-8f92b2126e1d8ec9325de23fff0a2dbd5e893d2f.zip |
security/tinc: fix typos in pkg-descr.
-rw-r--r-- | security/tinc/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tinc/pkg-descr b/security/tinc/pkg-descr index b5395f8a34c0..7872554eb15b 100644 --- a/security/tinc/pkg-descr +++ b/security/tinc/pkg-descr @@ -1,8 +1,8 @@ -tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and +tinc is a Virtual Private Network (VPN) daemon that uses tunneling and encryption to create a secure private network between hosts on the Internet. Because the tunnel appears to the IP level network code as a normal network -device, there is no need to adapt any existing software. This tunnelling +device, there is no need to adapt any existing software. This tunneling allows VPN sites to share information with each other over the Internet without exposing any information to others. @@ -15,6 +15,6 @@ packet in its own UDP packet, instead of encapsulating all into one TCP or even PPP over TCP stream. This results in lower latencies, less overhead, and in general better responsiveness and throughput. -LICENSE: GPL3 or later with execption to link with OpenSSL +LICENSE: GPL3 or later with exception to link with OpenSSL WWW: http://www.tinc-vpn.org/ |