From 4828cb3394c1889396b7a95e32d2ced3ebcbba0d Mon Sep 17 00:00:00 2001 From: FabC Date: Mon, 4 Oct 2021 18:11:16 +0200 Subject: [PATCH] Verb correction --- src/direwolf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/direwolf.c b/src/direwolf.c index 61bc401e..91661ab0 100644 --- a/src/direwolf.c +++ b/src/direwolf.c @@ -1616,7 +1616,7 @@ static void usage (char **argv) dw_printf ("\n"); dw_printf ("After any options, there can be a single command line argument for the source of\n"); - dw_printf ("received audio. This can overrides the audio input specified in the configuration file.\n"); + dw_printf ("received audio. This can override the audio input specified in the configuration file.\n"); dw_printf ("\n"); #if __WIN32__