spelling: multiple

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:07:31 -05:00
parent 7898b0c0ed
commit 723223e7a9
3 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ def text_to_req_list(req_list_text):
req_list.append((line, None, None))
continue
if match.group('package').endswith(','):
# Muliple requirements
# Multiple requirements
match2 = VERSION_PATTERN.match(match.group('package').strip(','))
if not match2:
Logs.pprint('RED', 'Don\'t understand line \'%s\'' % raw_line)