From 6be6ff218ced9149205aacd54bc35993b91d89f3 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 9 Apr 2025 21:57:12 +0800 Subject: [PATCH] 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