Date: Mon, 22 Jan 2024 21:04:10 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ad92f3d9d0b5 - main - meta2deps.py: Fix a typo in a source code comment Message-ID: <202401222104.40ML4Abo081159@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401222104.40ML4Abo081159>