typo
authorAdrian Prantl <aprantl@apple.com>
Tue, 16 Nov 2021 16:44:15 +0000 (08:44 -0800)
committerAdrian Prantl <aprantl@apple.com>
Tue, 16 Nov 2021 17:09:55 +0000 (09:09 -0800)
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

index 1999399..97a7543 100644 (file)
@@ -791,7 +791,7 @@ class GdbRemoteTestCaseBase(Base):
 
             if time.time() > timeout_time:
                 raise Exception(
-                    'timed out after {} seconds while waiting for theads: waiting for at least {} threads, found {}'.format(
+                    'timed out after {} seconds while waiting for threads: waiting for at least {} threads, found {}'.format(
                         self.DEFAULT_TIMEOUT, thread_count, actual_thread_count))
 
         return threads