summaryrefslogtreecommitdiff
path: root/debian/patches/spelling-mistakes.diff
blob: c332b660605e90ba8fdea7c5917817e2dba6ab87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Lasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>
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 45ec0c3..8ee0043 100644
--- a/cava.c
+++ b/cava.c
@@ -473,7 +473,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);
                 }
             }