r3976 - trunk/plugins



Author: timj
Date: 2006-10-16 17:27:11 -0400 (Mon, 16 Oct 2006)
New Revision: 3976

Modified:
   trunk/plugins/ChangeLog
   trunk/plugins/bseadder.c
   trunk/plugins/bsesummation.idl
Log:
Mon Oct 16 23:26:40 2006  Tim Janik  <timj gtk org>                                                                                                           
                                                                                                                                                              
        * bsesummation.idl:                                                                                                                                   
        * bseadder.c: fixed documentation typo.                                                                                                               
                                                                                                                                                              



Modified: trunk/plugins/ChangeLog
===================================================================
--- trunk/plugins/ChangeLog	2006-10-16 21:19:58 UTC (rev 3975)
+++ trunk/plugins/ChangeLog	2006-10-16 21:27:11 UTC (rev 3976)
@@ -1,3 +1,8 @@
+Mon Oct 16 23:26:40 2006  Tim Janik  <timj gtk org>
+
+	* bsesummation.idl:
+	* bseadder.c: fixed documentation typo.
+
 Wed Sep 27 21:59:47 2006  Stefan Westerfeld  <stefan space twc de>
 
 	* bseblockutils.cc: Only optionally produce output during the filter

Modified: trunk/plugins/bseadder.c
===================================================================
--- trunk/plugins/bseadder.c	2006-10-16 21:19:58 UTC (rev 3975)
+++ trunk/plugins/bseadder.c	2006-10-16 21:27:11 UTC (rev 3976)
@@ -55,7 +55,7 @@
 #include "./icons/sum.c"
 BSE_REGISTER_OBJECT (BseAdder, BseSource, "/Modules/Routing/Adder", "deprecated",
                      "The Adder is a very simplisitic prototype mixer that just sums up "
-                     "incomiong signals (it does allow for switching to subtract mode though)",
+                     "incoming signals (it does allow for switching to subtract mode though)",
                      sum_icon,
                      bse_adder_class_init, bse_adder_class_finalize, bse_adder_init);
 BSE_DEFINE_EXPORTS (BSE_PLUGIN_NAME);

Modified: trunk/plugins/bsesummation.idl
===================================================================
--- trunk/plugins/bsesummation.idl	2006-10-16 21:19:58 UTC (rev 3975)
+++ trunk/plugins/bsesummation.idl	2006-10-16 21:27:11 UTC (rev 3976)
@@ -25,7 +25,7 @@
   Info    authors     = "Tim Janik";
   Info    license     = _("GNU Lesser General Public License");
   Info    category    = _("/Routing/Summation");
-  Info    blurb       = _("Summation is a simple mix effect which adds up its incomiong signals");
+  Info    blurb       = _("Summation is a simple mix effect which adds up its incoming signals");
   JStream audio_in1   = (_("Audio In1"), _("Audio input 1"));
   JStream audio_in2   = (_("Audio In2"), _("Audio input 2"));
   OStream audio_out1  = (_("Audio Out1"), _("Combined audio output 1"));




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