From 1482332184a273211d1b42575a25f550a96798c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 11 May 2008 19:52:59 +0000 Subject: [PATCH] gst-libs/gst/pbutils/install-plugins.c: Fix docs: type and missing word. Original commit message from CVS: * gst-libs/gst/pbutils/install-plugins.c: Fix docs: type and missing word. --- ChangeLog | 5 +++++ gst-libs/gst/pbutils/install-plugins.c | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 688c6cd3b2..235e4c1e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-11 Tim-Philipp Müller + + * gst-libs/gst/pbutils/install-plugins.c: + Fix docs: type and missing word. + 2008-05-10 Tim-Philipp Müller * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find): diff --git a/gst-libs/gst/pbutils/install-plugins.c b/gst-libs/gst/pbutils/install-plugins.c index da731840df..e87d972601 100644 --- a/gst-libs/gst/pbutils/install-plugins.c +++ b/gst-libs/gst/pbutils/install-plugins.c @@ -144,7 +144,7 @@ * as interlocutor to the real installer though, even more so if command line * argument munging is required to transform the command line arguments * passed by GStreamer to the helper application into arguments that are - * understood by the reeal installer. + * understood by the real installer. * * * The helper application path defined at compile time can be overriden at @@ -389,8 +389,9 @@ struct _GstInstallPluginsContext * * This function is for X11-based applications (such as most Gtk/Qt * applications on linux/unix) only. You can use it to tell the external - * the XID of your main application window, so the installer can make its - * own window transient to your application windonw during the installation. + * installer the XID of your main application window. That way the installer + * can make its own window transient to your application window during the + * installation. * * If set, the XID will be passed to the installer via a --transient-for=XID * command line option.