From 7cf6883096db28f46aa70a210c1da1e023b7d030 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Tue, 21 Mar 2000 19:54:30 +0000 Subject: [PATCH] spelling fixes to gst_library_load() Original commit message from CVS: spelling fixes to gst_library_load() --- gst/gstplugin.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gst/gstplugin.c b/gst/gstplugin.c index 9b3948b57d..4169af767b 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -119,17 +119,18 @@ void gst_plugin_load_all() { /** * gst_library_load: - * @name: name of liabrary to load + * @name: name of library to load * - * Load the named liabrary. Name should be given as - * "libliabrary.so". + * Load the named library. Name should be given as + * "liblibrary.so". * - * Returns: whether the liabrary was loaded or not + * Returns: whether the library was loaded or not */ gboolean gst_library_load(gchar *name) { - // for now this is the same + // for now this is the same return gst_plugin_load(name); } + /** * gst_plugin_load: * @name: name of plugin to load