virt-install: Fix a typo

Signed-off-by: Lin Ma <lma@suse.de>
This commit is contained in:
Lin Ma 2024-11-13 15:01:48 +08:00 committed by Pavel Hrdina
parent 50b6a90a88
commit 0054b71dd7

View File

@ -748,7 +748,7 @@ class WaitHandler:
def wait(self):
"""
sleep 1 second, then teturn True if wait time has expired
sleep 1 second, then return True if wait time has expired
"""
_sleep(1)
if self._wait_forever: