summaryrefslogtreecommitdiff
path: root/debian/patches/spelling-mistakes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/spelling-mistakes.diff')
-rw-r--r--debian/patches/spelling-mistakes.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/spelling-mistakes.diff b/debian/patches/spelling-mistakes.diff
new file mode 100644
index 0000000..c332b66
--- /dev/null
+++ b/debian/patches/spelling-mistakes.diff
@@ -0,0 +1,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);
+ }
+ }