MediaStream: Fix capitalisation of two new %TRUEs
authorDaniel Boles <dboles.src@gmail.com>
Sun, 6 May 2018 20:41:57 +0000 (21:41 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 6 May 2018 20:46:30 +0000 (21:46 +0100)
gtk/gtkmediastream.c

index d36dde593e00fae0b7d76f3ca7f91cf00fee5af5..569b4b9ce310457b1b3cc300724fec998846de70 100644 (file)
@@ -483,7 +483,7 @@ gtk_media_stream_is_prepared (GtkMediaStream *self)
  *
  * Returns whether the stream has audio.
  *
- * Returns: %TRUe if the stream has audio
+ * Returns: %TRUE if the stream has audio
  */
 gboolean
 gtk_media_stream_has_audio (GtkMediaStream *self)
@@ -501,7 +501,7 @@ gtk_media_stream_has_audio (GtkMediaStream *self)
  *
  * Returns whether the stream has video.
  *
- * Returns: %TRUe if the stream has video 
+ * Returns: %TRUE if the stream has video
  */
 gboolean
 gtk_media_stream_has_video (GtkMediaStream *self)