git: 7745a3ff9170 - main - devel/py-termcolor: Fix typo

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 09 Apr 2025 14:02:13 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7745a3ff9170da9a34396a32519a7a3bb759c5f1

commit 7745a3ff9170da9a34396a32519a7a3bb759c5f1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 13:57:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 13:57:44 +0000

    devel/py-termcolor: Fix typo
    
    Approved by:    portmgr (blanket)
---
 devel/py-termcolor/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-termcolor/Makefile b/devel/py-termcolor/Makefile
index 3675b16f4d36..e869386e599d 100644
--- a/devel/py-termcolor/Makefile
+++ b/devel/py-termcolor/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	arcade@b1t.name
-COMMENT=	ANSII Color formatting for output in terminal
+COMMENT=	ANSI Color formatting for output in terminal
 WWW=		https://pypi.org/project/termcolor/
 
 LICENSE=	MIT