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__