From: Lasse Flygenring-Harrsen Date: Wed, 1 Jul 2020 13:52:24 +0200 Subject: spelling-mistakes Fixed spelling mistake 'quiting' instead of 'quitting', which ended up in the binary. --- cava.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cava.c b/cava.c index 62859bf..17a34a8 100644 --- a/cava.c +++ b/cava.c @@ -474,7 +474,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co if (n > 2000) { cleanup(); fprintf(stderr, "could not get rate and/or format, problems with audio thread? " - "quiting...\n"); + "quitting...\n"); exit(EXIT_FAILURE); } }