[SCM] drc/master: Added spelling-errors patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Aug 17 15:17:16 UTC 2011


The following commit has been merged in the master branch:
commit 55b3a3474f190d98c8fcc937fac1ddcd178f4f70
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Aug 17 17:17:04 2011 +0200

    Added spelling-errors patch

diff --git a/debian/patches/02-spelling-errors.patch b/debian/patches/02-spelling-errors.patch
new file mode 100644
index 0000000..f9ca8da
--- /dev/null
+++ b/debian/patches/02-spelling-errors.patch
@@ -0,0 +1,71 @@
+Description: Fix spelling errors.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: drc/source/baselib.cpp
+===================================================================
+--- drc.orig/source/baselib.cpp	2011-08-17 17:07:10.365215393 +0200
++++ drc/source/baselib.cpp	2011-08-17 17:07:40.241363541 +0200
+@@ -230,7 +230,7 @@
+ 		/* Apre il file di output */
+ 		if ((IOF = fopen(FName,"wb")) == NULL)
+ 			{
+-				perror("\nUnable to open ouput file");
++				perror("\nUnable to open output file");
+ 				return False;
+ 			}
+ 
+@@ -243,7 +243,7 @@
+ 							RWD = (DRCFileDouble) Src[I];
+ 							if (fwrite((void *) &RWD,sizeof(DRCFileDouble),1,IOF) != 1)
+ 								{
+-									perror("\nError writing ouput file");
++									perror("\nError writing output file");
+ 									return False;
+ 								}
+ 						}
+@@ -255,7 +255,7 @@
+ 							RWF = (DRCFileFloat) Src[I];
+ 							if (fwrite((void *) &RWF,sizeof(DRCFileFloat),1,IOF) != 1)
+ 								{
+-									perror("\nError writing ouput file");
++									perror("\nError writing output file");
+ 									return False;
+ 								}
+ 						}
+@@ -267,7 +267,7 @@
+ 							RWI = (DRCFileInt) floor(0.5 + Src[I]);
+ 							if (fwrite((void *) &RWI,sizeof(DRCFileInt),1,IOF) != 1)
+ 								{
+-									perror("\nError writing ouput file");
++									perror("\nError writing output file");
+ 									return False;
+ 								}
+ 						}
+@@ -305,7 +305,7 @@
+ 							RWD = (DRCFileDouble) Src[I];
+ 							if (fwrite((void *) &RWD,sizeof(DRCFileDouble),1,IOF) != 1)
+ 								{
+-									perror("\nError writing ouput file.");
++									perror("\nError writing output file.");
+ 									return False;
+ 								}
+ 						}
+@@ -318,7 +318,7 @@
+ 							RWF = (DRCFileFloat) Src[I];
+ 							if (fwrite((void *) &RWF,sizeof(DRCFileFloat),1,IOF) != 1)
+ 								{
+-									perror("\nError writing ouput file.");
++									perror("\nError writing output file.");
+ 									return False;
+ 								}
+ 						}
+@@ -331,7 +331,7 @@
+ 							RWI = (DRCFileInt) floor(0.5 + Src[I]);
+ 							if (fwrite((void *) &RWI,sizeof(DRCFileInt),1,IOF) != 1)
+ 								{
+-									perror("\nError writing ouput file.");
++									perror("\nError writing output file.");
+ 									return False;
+ 								}
+ 						}
diff --git a/debian/patches/series b/debian/patches/series
index d3b72df..89484bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+02-spelling-errors.patch
 01-makefile.patch

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list