From e5626fe81ab06aa6ab3bd0898da88f590a79837c Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 31 Aug 2004 16:15:38 +0000 Subject: [PATCH] andanother type fix of mine :-( Original commit message from CVS: andanother type fix of mine :-( --- gst/gstplugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstplugin.h b/gst/gstplugin.h index 7a7585ae65..1dc5ee88ee 100644 --- a/gst/gstplugin.h +++ b/gst/gstplugin.h @@ -88,7 +88,7 @@ struct _GstPlugin { * @description: information about the purpose of the plugin * @init: function pointer to the plugin_init method with the signature of static gboolean plugin_init (GstPlugin * plugin). * @version: full version string (e.g. VERSION from config.h) - * @licence: under which licence the package has been released, e.g. GPL, LGPL. + * @license: under which licence the package has been released, e.g. GPL, LGPL. * @package: the package-name (e.g. PACKAGE_NAME from config.h) * @origin: a description from where the package comes from (e.g. the homepage URL) * @@ -118,7 +118,7 @@ GST_PLUGIN_EXPORT GstPluginDesc gst_plugin_desc = { \ * @description: information about the purpose of the plugin * @init: function pointer to the plugin_init method with the signature of static gboolean plugin_init (GstPlugin * plugin). * @version: full version string (e.g. VERSION from config.h) - * @licence: under which licence the package has been released, e.g. GPL, LGPL. + * @license: under which licence the package has been released, e.g. GPL, LGPL. * @package: the package-name (e.g. PACKAGE_NAME from config.h) * @origin: a description from where the package comes from (e.g. the homepage URL) *