git: e177d5bb97ba - main - net-mgmt/netbox: Fix typo

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 05 Feb 2023 16:05:11 UTC
The branch main has been updated by sunpoet:

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

commit e177d5bb97bab8de20eee13554508ae058460da4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:29:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:50:15 +0000

    net-mgmt/netbox: Fix typo
---
 net-mgmt/netbox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index adaa7c5f3d7a..be06e80d97d4 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 # which are not checked during build/runtime because they're usually installed
 # via devel/py-pip.
 #
-# As a rule, slight deviations are usally not a problem, but there are a few
+# As a rule, slight deviations are usually not a problem, but there are a few
 # Django packages that are known for regressions in conjunction with NetBox and
 # should therefore only be updated with caution.
 #