[SCM] calf/master: *typos

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:50 UTC 2013


The following commit has been merged in the master branch:
commit 2bdfaf0b2e57dcf4695e2f497a5d05082b8f9ebd
Author: Hans Baier <jack at hansbaier.(none)>
Date:   Sat Jan 17 15:15:31 2009 +0700

    *typos

diff --git a/src/calf/giface.h b/src/calf/giface.h
index d5a1121..dfc0440 100644
--- a/src/calf/giface.h
+++ b/src/calf/giface.h
@@ -361,7 +361,7 @@ public:
     static parameter_properties param_props[];
     static ladspa_plugin_info plugin_info;
 
-    // These below are stock implementations based on enums and static members in Metadata class
+    // These below are stock implementations based on enums and static members in Metadata classes
     // they may be overridden to provide more interesting functionality
 
     const char *get_name() { return Metadata::impl_get_name(); } 
@@ -392,7 +392,7 @@ public:
     }
 };
 
-/// A class for delegating metadata implementation to "remote" metadata class.
+/// A class for delegating metadata implementation to a "remote" metadata class.
 /// Used for GUI wrappers that cannot have a dependency on actual classes,
 /// and which instead take an "external" metadata object pointer, obtained
 /// through get_all_plugins.

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list