git: 6be6ff218ced - main - textproc/rubygem-termcolor: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 14:02:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6be6ff218ced9149205aacd54bc35993b91d89f3
commit 6be6ff218ced9149205aacd54bc35993b91d89f3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 13:57:12 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 13:57:12 +0000
textproc/rubygem-termcolor: Fix typo
---
textproc/rubygem-termcolor/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/rubygem-termcolor/Makefile b/textproc/rubygem-termcolor/Makefile
index b0cc2a6656ab..bef481474afa 100644
--- a/textproc/rubygem-termcolor/Makefile
+++ b/textproc/rubygem-termcolor/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Library for ANSII color formatting like HTML for output in terminal
+COMMENT= Library for ANSI color formatting like HTML for output in terminal
WWW= https://github.com/jugyo/termcolor
LICENSE= MIT