From 47c6a3c77bdac5e7a0c5b1f6406bbec85da11183 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Tue, 14 Apr 2020 12:21:49 -0700 Subject: [PATCH] Fix typo in comment --- launcher/sdw_updater_gui/Updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/sdw_updater_gui/Updater.py b/launcher/sdw_updater_gui/Updater.py index 63806181..4dcb51fe 100644 --- a/launcher/sdw_updater_gui/Updater.py +++ b/launcher/sdw_updater_gui/Updater.py @@ -514,7 +514,7 @@ def _wait_for_is_running(vm, expected, timeout=60, interval=0.2): timeout is reached. Return value: - - True if the VM reached the expeted state + - True if the VM reached the expected state - False if it did not """ start_time = time.time()