git: 774644887a8d - stable/13 - meta2deps.py: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:53:10 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=774644887a8d97c83bd9195f9d900dc90b0a7fcd
commit 774644887a8d97c83bd9195f9d900dc90b0a7fcd
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 21:00:36 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-25 06:52:26 +0000
meta2deps.py: Fix a typo in a source code comment
- s/follwing/following/
(cherry picked from commit ad92f3d9d0b56ee723271152cec9174f74e17cb9)
---
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 4627e08d7c11..bd71a1888e9b 100755
--- a/share/mk/meta2deps.py
+++ b/share/mk/meta2deps.py
@@ -184,7 +184,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).