summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 17:12:53 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:53:45 +0100
commit44673b4c7379f3ce82defb6a65a961cf8b24ef40 (patch)
treec1dcdd33153d4d47a81b2d3ffabf5a929de6d056 /net-libs/libtelnet/libtelnet-0.23.ebuild
parentnet-im/pidgin: fix (comment) typo (diff)
downloadgentoo-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/libtelnet/libtelnet-0.23.ebuild')
-rw-r--r--net-libs/libtelnet/libtelnet-0.23.ebuild4
1 files changed, 2 insertions, 2 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"