Skip to content

Commit

Permalink
Merge pull request #386 from fancycode/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in error message.
  • Loading branch information
Jovasa committed Jan 22, 2024
2 parents c3380d5 + 9f9fca4 commit 98573ff
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 98573ff

Please sign in to comment.