git: ad92f3d9d0b5 - main - meta2deps.py: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 22 Jan 2024 21:04:10 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=ad92f3d9d0b56ee723271152cec9174f74e17cb9

commit ad92f3d9d0b56ee723271152cec9174f74e17cb9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 21:00:36 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-22 21:00:36 +0000

    meta2deps.py: Fix a typo in a source code comment
    
    - s/follwing/following/
    
    MFC after:      3 days
---
 share/mk/meta2deps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/meta2deps.py b/share/mk/meta2deps.py
index d7820ec71b5b..334a008a2ab5 100755
--- a/share/mk/meta2deps.py
+++ b/share/mk/meta2deps.py
@@ -197,7 +197,7 @@ class MetaFile:
 
     def __init__(self, name, conf={}):
         """if name is set we will parse it now.
-        conf can have the follwing keys:
+        conf can have the following keys:
 
         SRCTOPS list of tops of the src tree(s).