Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
stubs/colo.c: spelling
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
Michael Tokarev committed Aug 7, 2023
1 parent 8ada214 commit beb1a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/colo.c
Expand Up @@ -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();
}
Expand Down

0 comments on commit beb1a91

Please sign in to comment.