mirror of
https://github.com/google/pebble.git
synced 2025-11-12 10:32:46 -05:00
spelling: multiple
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -481,7 +481,7 @@ class MyTestCase(unittest.TestCase):
|
||||
self.assertTrue(open_path_command.open)
|
||||
|
||||
def test_parse_json_sequence(self):
|
||||
# Test mix of fills and open paths with mulitple frames
|
||||
# Test mix of fills and open paths with multiple frames
|
||||
current_path = os.path.dirname(os.path.realpath(__file__))
|
||||
filename = current_path + '/json2commands_test.json'
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user