docs: fix some typos
authorTim-Philipp Müller <tim@centricular.com>
Tue, 7 Jun 2016 19:44:42 +0000 (20:44 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 7 Jun 2016 19:44:42 +0000 (20:44 +0100)
gst/rtsp-server/rtsp-media-factory.h
gst/rtsp-server/rtsp-server.h

index 3e8adbc..2a60997 100644 (file)
@@ -74,8 +74,8 @@ struct _GstRTSPMediaFactory {
  *       add the #GstRTSPMedia's element created by @construct to the pipeline.
  * @configure: configure the media created with @construct. The default
  *       implementation will configure the 'shared' property of the media.
- * @media_constructed: signal emited when a media was constructed
- * @media_configure: signal emited when a media should be configured
+ * @media_constructed: signal emitted when a media was constructed
+ * @media_configure: signal emitted when a media should be configured
  *
  * The #GstRTSPMediaFactory class structure.
  */
index 521c0be..efb18e4 100644 (file)
@@ -77,7 +77,7 @@ struct _GstRTSPServer {
  *          object that handles the new connection on @socket. The default
  *          implementation will create a GstRTSPClient and will configure the
  *          mount-points, auth, session-pool and thread-pool on the client.
- * @client_connected: emited when a new client connected.
+ * @client_connected: emitted when a new client connected.
  *
  * The RTSP server class structure
  */