diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 17:12:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:53:45 +0100 |
commit | 44673b4c7379f3ce82defb6a65a961cf8b24ef40 (patch) | |
tree | c1dcdd33153d4d47a81b2d3ffabf5a929de6d056 /net-libs | |
parent | net-im/pidgin: fix (comment) typo (diff) | |
download | gentoo-44673b4c7379f3ce82defb6a65a961cf8b24ef40.tar.gz gentoo-44673b4c7379f3ce82defb6a65a961cf8b24ef40.tar.bz2 gentoo-44673b4c7379f3ce82defb6a65a961cf8b24ef40.zip |
net-libs/libtelnet: fix (comment) typo
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtelnet/libtelnet-0.23.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libtelnet/libtelnet-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libtelnet/libtelnet-0.23.ebuild b/net-libs/libtelnet/libtelnet-0.23.ebuild index f497242059f6..9577f3cce082 100644 --- a/net-libs/libtelnet/libtelnet-0.23.ebuild +++ b/net-libs/libtelnet/libtelnet-0.23.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -DESCRIPTION="Simple RFC-complient TELNET implementation as a C library" +DESCRIPTION="Simple RFC-compliant TELNET implementation as a C library" HOMEPAGE="https://github.com/seanmiddleditch/libtelnet" SRC_URI="https://github.com/seanmiddleditch/libtelnet/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/net-libs/libtelnet/libtelnet-9999.ebuild b/net-libs/libtelnet/libtelnet-9999.ebuild index 44e62916c511..9edf0466d6a4 100644 --- a/net-libs/libtelnet/libtelnet-9999.ebuild +++ b/net-libs/libtelnet/libtelnet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Simple RFC-complient TELNET implementation as a C library" +DESCRIPTION="Simple RFC-compliant TELNET implementation as a C library" HOMEPAGE="https://github.com/seanmiddleditch/libtelnet" LICENSE="public-domain" |