[beast/wip/soundfont: 5/832] BSE: fixed typos



commit 2001fd67e48f509f6efe899f3a3dc2aad30d687d
Author: Stefan Westerfeld <stefan space twc de>
Date:   Mon Nov 8 22:52:48 2010 +0100

    BSE: fixed typos

 bse/bseitem.c       |    2 +-
 bse/bsemathsignal.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bse/bseitem.c b/bse/bseitem.c
index 3b6451f..0918c36 100644
--- a/bse/bseitem.c
+++ b/bse/bseitem.c
@@ -334,7 +334,7 @@ gather_child (BseItem *child,
  * @param data         @a data pointer to @a ccheck and @a pcheck
  * @return             returns @a items
  *
- * This function gathers items from an object hirachy, walking upwards,
+ * This function gathers items from an object hierachy, walking upwards,
  * starting out with @a item. For each container passing @a ccheck(), all
  * immediate children are tested for addition with @a pcheck.
  */
diff --git a/bse/bsemathsignal.c b/bse/bsemathsignal.c
index a05edd1..6f21684 100644
--- a/bse/bsemathsignal.c
+++ b/bse/bsemathsignal.c
@@ -132,7 +132,7 @@ bse_window_hamming (double x)       /* sharp (rectangle) cutoffs at boundaries */
 }
 
 double
-bse_window_sinc (double x)     /* noramlied C. Lanczos window */
+bse_window_sinc (double x)     /* normalized C. Lanczos window */
 {
   if (fabs (x) > 1)
     return 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]