pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/got got: Fix typo in COMMENT



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6b1a2eddcc1
branches:  trunk
changeset: 445944:e6b1a2eddcc1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Feb 01 12:47:25 2021 +0000

description:
got: Fix typo in COMMENT

Pointed out by bch, thank you.

diffstat:

 devel/got/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d906d237fba4 -r e6b1a2eddcc1 devel/got/Makefile
--- a/devel/got/Makefile        Mon Feb 01 11:27:07 2021 +0000
+++ b/devel/got/Makefile        Mon Feb 01 12:47:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/29 20:35:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/01 12:47:25 ryoon Exp $
 
 DISTNAME=      got-0.48
 CATEGORIES=    devel
@@ -6,7 +6,7 @@
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://gameoftrees.org/
-COMMENT=       Game of Trees version control system manipurating Git repo
+COMMENT=       Game of Trees version control system manipulating Git repo
 LICENSE=       isc
 
 USE_TOOLS+=    awk find



Home | Main Index | Thread Index | Old Index