mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
meta2deps.py: Fix a typo in a source code comment
- s/follwing/following/ (cherry picked from commit ad92f3d9d0b56ee723271152cec9174f74e17cb9)
This commit is contained in:
parent
a8dc27290f
commit
6ef2bd438f
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue