gst-libs/gst/pbutils/install-plugins.c: Fix docs: type and missing word.
authorTim-Philipp Müller <tim@centricular.net>
Sun, 11 May 2008 19:52:59 +0000 (19:52 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 11 May 2008 19:52:59 +0000 (19:52 +0000)
Original commit message from CVS:
* gst-libs/gst/pbutils/install-plugins.c:
Fix docs: type and missing word.

ChangeLog
gst-libs/gst/pbutils/install-plugins.c

index 688c6cd..235e4c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+       * gst-libs/gst/pbutils/install-plugins.c:
+         Fix docs: type and missing word.
+
 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
        * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
index da73184..e87d972 100644 (file)
  * 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.
  * </para>
  * <para>
  * 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.