Skip to content

Commit

Permalink
Fix typo in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Jan 20, 2024
1 parent c3380d5 commit 9f9fca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ int kvz_config_validate(const kvz_config *const cfg)
}

if (cfg->implicit_rdpcm && !cfg->lossless) {
fprintf(stderr, "Input error: --implicit-rdpcm is not suppoted without --lossless\n");
fprintf(stderr, "Input error: --implicit-rdpcm is not supported without --lossless\n");
error = 1;
}

Expand Down

0 comments on commit 9f9fca4

Please sign in to comment.