File: spelling.patch

package info (click to toggle)
pd-pdogg 0.25.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 328 kB
  • sloc: ansic: 3,860; makefile: 309
file content (17 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fixed spelling errors
Author: IOhannes m zmölnig
Forwarded: no
Last-Update: 2018-01-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-pdogg.orig/oggwrite~.c
+++ pd-pdogg/oggwrite~.c
@@ -538,7 +538,7 @@
 
 		/* first stop recording / buffering and so on, than do the rest */
     x->x_recflag = 0;
-	post("oggwrite~: recording stoped");
+	post("oggwrite~: recording stopped");
     if(x->x_vorbis >= 0)
 	{
 		oggwrite_vorbis_deinit(x);