git: cf847b6caddc - main - */*: Fix typo in comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 28 Feb 2023 03:23:19 UTC
The branch main has been updated by yuri:

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

commit cf847b6caddc32228c7ab784305e11fa39f70fdd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-28 02:46:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-28 02:46:25 +0000

    */*: Fix typo in comment
    
    Reported by:    jbeich@
---
 misc/py-openai/Makefile | 2 +-
 misc/py-wandb/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile
index 712b849f5932..bf8eb722f72a 100644
--- a/misc/py-openai/Makefile
+++ b/misc/py-openai/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openai
 DISTVERSION=	0.26.5
-CATEGORIES=	misc # mechine-learning
+CATEGORIES=	misc # machine-learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile
index 27805b91192e..f2dc6ff1d445 100644
--- a/misc/py-wandb/Makefile
+++ b/misc/py-wandb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	wandb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.13.10
-CATEGORIES=	misc # mechine-learning
+CATEGORIES=	misc # machine-learning
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}