git: 8f92b2126e1d - main - security/tinc: fix typos in pkg-descr.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Oct 2021 07:48:29 UTC
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f92b2126e1d8ec9325de23fff0a2dbd5e893d2f commit 8f92b2126e1d8ec9325de23fff0a2dbd5e893d2f Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-10-15 21:59:40 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-10-16 07:09:19 +0000 security/tinc: fix typos in pkg-descr. --- security/tinc/pkg-descr | 6 +++--- 1 file 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/