From 0f7713168ddd143ec153498f35a67421d1b6715e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 18 Dec 2025 12:37:44 +0100 Subject: [PATCH] Spelling --- src/args_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args_parser.c b/src/args_parser.c index d4b7ba8..0d990ae 100644 --- a/src/args_parser.c +++ b/src/args_parser.c @@ -346,7 +346,7 @@ static void usage_full() { printf(" If this is set to 'yes' and GPU encoding is not available on the system then CPU encoding will be used instead. Optional, set to 'no' by default.\n"); printf(" If the fallback to CPU encoding happens then h264 codec will forcefully be used.\n"); printf(" This should ideally not be used. Instead properly install vaapi on your system to encode the video with your GPU.\n"); - printf(" Some very old GPUs dont support video encoding in which case this option may be used.\n"); + printf(" Some very old GPUs don't support video encoding in which case this option may be used.\n"); printf("\n"); printf(" --info\n"); printf(" List info about the system. Lists the following information (prints them to stdout and exits):\n");