diff --git a/ChangeLog b/ChangeLog index 36119ffb89..2e20cd4851 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Tim-Philipp Müller + + * gst/gsterror.c: (_gst_stream_errors_init): + Fix typo (spotted by Fabricio Godoy, #536723). + 2008-06-04 Wim Taymans * libs/gst/base/gstbasesink.c: (gst_base_sink_set_async_enabled), diff --git a/common b/common index 130fa8f739..68fb019d40 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5 +Subproject commit 68fb019d4044b9878aef4ca223fc13c19ffc7d0c diff --git a/gst/gsterror.c b/gst/gsterror.c index 82afb43b32..db67f5c0a1 100644 --- a/gst/gsterror.c +++ b/gst/gsterror.c @@ -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;