File: fix_spelling.patch

package info (click to toggle)
pd-creb 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,728 kB
  • sloc: ansic: 5,424; cpp: 1,197; makefile: 138; sh: 25
file content (17 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fixed spelling mistakes
Author: IOhannes m zmölnig
Forwarded: no
Last-Update: 2017-08-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-creb.orig/modules/bdiag~.c
+++ pd-creb/modules/bdiag~.c
@@ -192,7 +192,7 @@
 
   if (n == 1)
     {
-      post("bdiag: doesnt work with blocksize == 1");
+      post("bdiag: doesn't work with blocksize == 1");
       dsp_add_copy(sp[0]->s_vec, sp[1]->s_vec, sp[0]->s_n);
     }
   else