From: Alex Bennée Date: Mon, 11 Dec 2023 09:13:31 +0000 (+0000) Subject: tests/avocado: fix typo in replay_linux X-Git-Tag: qemu-xen-4.20.0~349^2~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2d8508bbab39bf342fe80e73c0b528eb3960fa37;p=qemu-xen.git tests/avocado: fix typo in replay_linux Reviewed-by: Pavel Dovgalyuk Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Message-Id: <20231211091346.14616-3-alex.bennee@linaro.org> --- diff --git a/tests/avocado/replay_linux.py b/tests/avocado/replay_linux.py index 270ccc1eae..e95bff3299 100644 --- a/tests/avocado/replay_linux.py +++ b/tests/avocado/replay_linux.py @@ -94,7 +94,7 @@ class ReplayLinux(LinuxTest): else: vm.event_wait('SHUTDOWN', self.timeout) vm.wait() - logger.info('successfully fihished the replay') + logger.info('successfully finished the replay') elapsed = time.time() - start_time logger.info('elapsed time %.2f sec' % elapsed) return elapsed