Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 9fcd279

Browse files
committed
Fix typos
1 parent 95fc593 commit 9fcd279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/jumpstarter-driver-corellium/jumpstarter_driver_corellium

packages/jumpstarter-driver-corellium/jumpstarter_driver_corellium/driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def api(self):
8383
Return the internal Corellium API client instance from `self._api`.
8484
8585
It will also be responsible for creating/refreshing the session token used
86-
accross diferent API methods that require authentication.
86+
across different API methods that require authentication.
8787
"""
8888
# session does not exist, just login and return
8989
if self._api.session is None:
@@ -123,7 +123,7 @@ def wait_instance(self, current: Instance, desired: Optional[Instance]):
123123
"""
124124
Wait for `current` instance to reach the same state as the `desired` instance.
125125
126-
Desired can also be set to None, which means the instace should not exist.
126+
Desired can also be set to None, which means the instance should not exist.
127127
"""
128128
opts = self.get_timeout_opts()
129129
counter = 0

0 commit comments

Comments
 (0)