diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 15:30:24 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 15:30:24 +0000 |
commit | 2dd1598c569c5242c849a7b0bce3316b3586b196 (patch) | |
tree | 8df5fe3c17c32e30fe874c139ac69344bbf0c8b4 /gst/gstpluginfeature.c | |
parent | e3e695a537c44d1e2e550b4eefa50833acd9899e (diff) |
whitespace fixes
Original commit message from CVS:
whitespace fixes
Diffstat (limited to 'gst/gstpluginfeature.c')
-rw-r--r-- | gst/gstpluginfeature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpluginfeature.c b/gst/gstpluginfeature.c index a3227fec5..080df63aa 100644 --- a/gst/gstpluginfeature.c +++ b/gst/gstpluginfeature.c @@ -147,7 +147,7 @@ gst_plugin_feature_type_name_filter (GstPluginFeature * feature, * @name: the name to set * * Sets the name of a plugin feature. The name uniquely identifies a feature - * within all features of the same type. Renaming a plugin feature is not + * within all features of the same type. Renaming a plugin feature is not * allowed. A copy is made of the name so you should free the supplied @name * after calling this function. */ |