diff mbox series

[trivial,for-8.1,2/3] stubs/colo.c: spelling

Message ID beb1a91781f127c863740c94f865fa55a22e5c81.1691405748.git.mjt@tls.msk.ru
State New
Headers show
Series [trivial,for-8.1,1/3] hw/i2c: Fix bitbang_i2c_data trace event | expand

Commit Message

Michael Tokarev Aug. 7, 2023, 10:56 a.m. UTC
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 stubs/colo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/stubs/colo.c b/stubs/colo.c
index f33379d0fd..08c9f982d5 100644
--- a/stubs/colo.c
+++ b/stubs/colo.c
@@ -21,7 +21,7 @@  void colo_checkpoint_delay_set(void)
 
 void migrate_start_colo_process(MigrationState *s)
 {
-    error_report("Impossible happend: trying to start COLO when COLO "
+    error_report("Impossible happened: trying to start COLO when COLO "
                  "module is not built in");
     abort();
 }