[SCM] brutefir/master: Fix more spelling errors.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 9 12:21:59 UTC 2016


The following commit has been merged in the master branch:
commit ac10898349dd0bbdd13b4ee8f08f966414d38e0b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 9 14:09:07 2016 +0200

    Fix more spelling errors.

diff --git a/debian/patches/12-spelling_errors.patch b/debian/patches/12-spelling_errors.patch
index a710e36..bd45be1 100644
--- a/debian/patches/12-spelling_errors.patch
+++ b/debian/patches/12-spelling_errors.patch
@@ -1,5 +1,5 @@
 Description: Fix spelling errors in the sources.
-Author: Alessio Treglia <alessio at debian.org>
+Author: Alessio Treglia <alessio at debian.org>, Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: yes
 ---
  dai.c      |    2 +-
@@ -10,9 +10,9 @@ Forwarded: yes
 
 Index: brutefir/dai.c
 ===================================================================
---- brutefir.orig/dai.c	2014-02-23 17:27:38.129987862 +0100
-+++ brutefir/dai.c	2014-02-23 17:27:38.125987813 +0100
-@@ -367,7 +367,7 @@
+--- brutefir.orig/dai.c
++++ brutefir/dai.c
+@@ -367,7 +367,7 @@ do_mute(struct subdev *sd,
  	break;
      }
      default:
@@ -21,11 +21,20 @@ Index: brutefir/dai.c
  		sd->channels.sf.bytes);
  	bf_exit(BF_EXIT_OTHER);
  	break;
+@@ -1746,7 +1746,7 @@ process_callback(void **states[2],
+         }
+         return -1;
+     case BF_CALLBACK_EVENT_ERROR:
+-        fprintf(stderr, "An error occured in a callback I/O module.\n");
++        fprintf(stderr, "An error occurred in a callback I/O module.\n");
+         bf_exit(BF_EXIT_OTHER);
+         break;
+     case BF_CALLBACK_EVENT_NORMAL:
 Index: brutefir/delay.c
 ===================================================================
---- brutefir.orig/delay.c	2014-02-23 17:27:38.129987862 +0100
-+++ brutefir/delay.c	2014-02-23 17:27:38.125987813 +0100
-@@ -118,7 +118,7 @@
+--- brutefir.orig/delay.c
++++ brutefir/delay.c
+@@ -118,7 +118,7 @@ copy_to_delaybuf(void *dbuf,
  	}		
  	break;
      default:
@@ -34,7 +43,7 @@ Index: brutefir/delay.c
  	bf_exit(BF_EXIT_OTHER);
  	break;
      }
-@@ -169,7 +169,7 @@
+@@ -169,7 +169,7 @@ copy_from_delaybuf(void *buf,
  	}		
  	break;
      default:
@@ -43,7 +52,7 @@ Index: brutefir/delay.c
  	bf_exit(BF_EXIT_OTHER);
  	break;
      }
-@@ -218,7 +218,7 @@
+@@ -218,7 +218,7 @@ shift_samples(void *buf,
  	}	
  	break;
      default:
@@ -54,9 +63,9 @@ Index: brutefir/delay.c
      }    
 Index: brutefir/raw2real.h
 ===================================================================
---- brutefir.orig/raw2real.h	2014-02-23 17:27:38.129987862 +0100
-+++ brutefir/raw2real.h	2014-02-23 17:27:38.125987813 +0100
-@@ -153,7 +153,7 @@
+--- brutefir.orig/raw2real.h
++++ brutefir/raw2real.h
+@@ -153,7 +153,7 @@ RAW2REAL_NAME(void *_realbuf,
  	break;
      default:
      raw2real_invalid_byte_size:
@@ -67,9 +76,9 @@ Index: brutefir/raw2real.h
      }    
 Index: brutefir/real2raw.h
 ===================================================================
---- brutefir.orig/real2raw.h	2014-02-23 17:27:38.129987862 +0100
-+++ brutefir/real2raw.h	2014-02-23 17:27:38.125987813 +0100
-@@ -244,7 +244,7 @@
+--- brutefir.orig/real2raw.h
++++ brutefir/real2raw.h
+@@ -244,7 +244,7 @@ REAL2RAW_NAME(void *_rawbuf,
  	break;
      default:
      real2raw_invalid_byte_size:
@@ -78,3 +87,60 @@ Index: brutefir/real2raw.h
  	bf_exit(BF_EXIT_OTHER);
  	break;
      }        
+Index: brutefir/bflogic_eq.c
+===================================================================
+--- brutefir.orig/bflogic_eq.c
++++ brutefir/bflogic_eq.c
+@@ -534,7 +534,7 @@ bflogic_preinit(int *version_major,
+                  equalisers[n].coeff[1] == equalisers[i].coeff[1]))
+             {
+                 fprintf(stderr, "EQ: At least two equalisers has at least one "
+-                        "coefficent set in common.\n");
++                        "coefficient set in common.\n");
+                 return -1;
+             }
+         }
+Index: brutefir/brutefir.html
+===================================================================
+--- brutefir.orig/brutefir.html
++++ brutefir/brutefir.html
+@@ -1365,7 +1365,7 @@ The coeff structure defines a set of fil
+ becomes a FIR filter. There are several different file formats:
+ 
+ <ul>
+-<li><code>"text"</code> coefficents are listed in a text file, one
++<li><code>"text"</code> coefficients are listed in a text file, one
+ coefficient per line. They are parsed with the standard C library
+ <code>strtod</code> function.
+ <li>A sample format string describing a raw format, for example 16 bit
+@@ -1687,7 +1687,7 @@ memory and processing.
+ If the <code>crossfade</code> setting is set to true, there will be a
+ cross-fade when the coefficient is changed in runtime, making the
+ coefficient change totally seamless. This means that when changing
+-coefficent (using the CLI for example), the filter will convolve one
++coefficient (using the CLI for example), the filter will convolve one
+ block with the old coefficient, fade out that and mix it with a fade
+ in block with the new coefficient. This means that at the
+ time of coefficient change, there will be roughly twice the amount of
+@@ -1984,7 +1984,7 @@ will work as a line break, and thus sepa
+ statements.
+ <p>
+ A typical use for atomic set of statements is to change filter
+-coefficents and volume at the same time.
++coefficients and volume at the same time.
+ <p>
+ The <code>sleep</code> function in the CLI allows for sleeping in seconds,
+ milliseconds or blocks. One block is exactly the filter length in
+@@ -2172,10 +2172,10 @@ In run-time, equalisers can be modified
+ at 20 Hz and +10 dB at 4000 Hz for equaliser for coeffient 0. Instead
+ of <code>mag</code>, <code>phase</code> can be given. The command <code>lmc eq
+ "eq-1" info</code> will list the current settings for the equaliser
+-stored in the coefficent called "eq-1".
++stored in the coefficient called "eq-1".
+ <p>
+ The more heavily loaded the computer is by convolution, the longer
+-time it will take to render the new equaliser. If the coefficent set it
++time it will take to render the new equaliser. If the coefficient set it
+ renders to is very short, and the magnitude and phase response is very
+ detailed (sharp edges etc) it will not be able to adapt to it fully.
+ 

-- 
brutefir packaging



More information about the pkg-multimedia-commits mailing list