[SCM] brutefir/master: Fix spelling errors.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 20 13:05:13 UTC 2010


The following commit has been merged in the master branch:
commit 9c22ef2780bb730d2b20af298b5a554e96a0324d
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 20 15:04:57 2010 +0200

    Fix spelling errors.

diff --git a/debian/patches/12-spelling_errors.patch b/debian/patches/12-spelling_errors.patch
new file mode 100644
index 0000000..856b8cd
--- /dev/null
+++ b/debian/patches/12-spelling_errors.patch
@@ -0,0 +1,60 @@
+Description: Fix spelling errors in the sources.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ dai.c      |    2 +-
+ delay.c    |    6 +++---
+ raw2real.h |    2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+--- brutefir.orig/dai.c
++++ brutefir/dai.c
+@@ -367,7 +367,7 @@ do_mute(struct subdev *sd,
+ 	break;
+     }
+     default:
+-	fprintf(stderr, "Sample byte size %d not suppported.\n",
++	fprintf(stderr, "Sample byte size %d not supported.\n",
+ 		sd->channels.sf.bytes);
+ 	bf_exit(BF_EXIT_OTHER);
+ 	break;
+--- brutefir.orig/delay.c
++++ brutefir/delay.c
+@@ -118,7 +118,7 @@ copy_to_delaybuf(void *dbuf,
+ 	}		
+ 	break;
+     default:
+-	fprintf(stderr, "Sample byte size %d not suppported.\n", sample_size);
++	fprintf(stderr, "Sample byte size %d not supported.\n", sample_size);
+ 	bf_exit(BF_EXIT_OTHER);
+ 	break;
+     }
+@@ -169,7 +169,7 @@ copy_from_delaybuf(void *buf,
+ 	}		
+ 	break;
+     default:
+-	fprintf(stderr, "Sample byte size %d not suppported.\n", sample_size);
++	fprintf(stderr, "Sample byte size %d not supported.\n", sample_size);
+ 	bf_exit(BF_EXIT_OTHER);
+ 	break;
+     }
+@@ -218,7 +218,7 @@ shift_samples(void *buf,
+ 	}	
+ 	break;
+     default:
+-	fprintf(stderr, "Sample byte size %d not suppported.\n", sample_size);
++	fprintf(stderr, "Sample byte size %d not supported.\n", sample_size);
+ 	bf_exit(BF_EXIT_OTHER);
+ 	break;
+     }    
+--- brutefir.orig/raw2real.h
++++ brutefir/raw2real.h
+@@ -185,7 +185,7 @@ RAW2REAL_NAME(void *_realbuf,
+ 	break;
+     default:
+     raw2real_invalid_byte_size:
+-	fprintf(stderr, "Sample byte size %d is not suppported.\n", bytes);
++	fprintf(stderr, "Sample byte size %d is not supported.\n", bytes);
+ 	bf_exit(BF_EXIT_OTHER);
+ 	break;
+     }    
diff --git a/debian/patches/series b/debian/patches/series
index 764c8c9..a082512 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 20-debian_patches.patch
 10-makefile.patch
 11-sparc_v8.patch
+12-spelling_errors.patch

-- 
brutefir packaging



More information about the pkg-multimedia-commits mailing list