gst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723).

Original commit message from CVS:
* gst/gsterror.c: (_gst_stream_errors_init):
Fix typo (spotted by Fabricio Godoy, #536723).
This commit is contained in:
Tim-Philipp Müller 2008-06-05 08:55:41 +00:00
parent f01c4d6201
commit fb6210aa9a
3 changed files with 7 additions and 2 deletions

View file

@ -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),

2
common

@ -1 +1 @@
Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5
Subproject commit 68fb019d4044b9878aef4ca223fc13c19ffc7d0c

View 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;