gst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723).
authorTim-Philipp Müller <tim@centricular.net>
Thu, 5 Jun 2008 08:55:41 +0000 (08:55 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 5 Jun 2008 08:55:41 +0000 (08:55 +0000)
Original commit message from CVS:
* gst/gsterror.c: (_gst_stream_errors_init):
Fix typo (spotted by Fabricio Godoy, #536723).

ChangeLog
common
gst/gsterror.c

index 36119ff..2e20cd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+       * gst/gsterror.c: (_gst_stream_errors_init):
+         Fix typo (spotted by Fabricio Godoy, #536723).
+
 2008-06-04  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * libs/gst/base/gstbasesink.c: (gst_base_sink_set_async_enabled),
diff --git a/common b/common
index 130fa8f..68fb019 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5
+Subproject commit 68fb019d4044b9878aef4ca223fc13c19ffc7d0c
index 82afb43..db67f5c 100644 (file)
@@ -247,7 +247,7 @@ _gst_stream_errors_init (void)
   TABLE (t, STREAM, DECRYPT,
       N_("The stream is encrypted and decryption is not supported."));
   TABLE (t, STREAM, DECRYPT_NOKEY,
-      N_("The stream is encrypted and can't be decrypted because no suitable"
+      N_("The stream is encrypted and can't be decrypted because no suitable "
           "key has been supplied."));
 
   return t;