From b8d261b2e0323740bdc9f3799b49fc69953c8d00 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:34:46 -0500 Subject: [PATCH] spelling: android Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/activity/parse_activity_data_logging_records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/activity/parse_activity_data_logging_records.py b/tools/activity/parse_activity_data_logging_records.py index 18fa7320..c7800055 100644 --- a/tools/activity/parse_activity_data_logging_records.py +++ b/tools/activity/parse_activity_data_logging_records.py @@ -164,7 +164,7 @@ class JIRASupport(object): watch_logs = [] got_device_logs = False for path in sorted(local_attachment_paths): - # iOS uses "watch_logs...", Android <2.1 uses "pebble.log", and Androind >=2.1 (Holo) + # iOS uses "watch_logs...", Android <2.1 uses "pebble.log", and Android >=2.1 (Holo) # uses "device-logs.log" if "watch_logs" not in path and "pebble.log" not in path and "device-logs" not in path: # Not a watch_logs... file