Skip to content

Commit 71bb7e8

Browse files
stopped
1 parent 2c73848 commit 71bb7e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lithops/standalone/backends/aws_ec2/aws_ec2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ def wait_ready(self, timeout=INSTANCE_STX_TIMEOUT):
11311131

11321132
def is_stopped(self):
11331133
"""
1134-
Checks if the VM instance is stoped
1134+
Checks if the VM instance is stopped
11351135
"""
11361136
state = self.get_instance_data()['State']
11371137
if state['Name'] == 'stopped':
@@ -1140,7 +1140,7 @@ def is_stopped(self):
11401140

11411141
def wait_stopped(self, timeout=INSTANCE_STX_TIMEOUT):
11421142
"""
1143-
Waits until the VM instance is stoped
1143+
Waits until the VM instance is stopped
11441144
"""
11451145
logger.debug(f'Waiting {self} to become stopped')
11461146

0 commit comments

Comments
 (0)