After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 536723 - Misspelled word in error string
Misspelled word in error string
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal trivial
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-05 01:59 UTC by Fabricio Godoy
Modified: 2008-06-05 08:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabricio Godoy 2008-06-05 01:59:00 UTC
Please describe the problem:
Translating gstreamer.HEAD.pot I found a misspelled word.

#: ../gst/gsterror.c:250
msgid ""
"The stream is encrypted and can't be decrypted because no suitablekey has "
"been supplied."

"suitable key" spelled as "suitablekey".

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2008-06-05 08:56:03 UTC
Fixed, thanks:

 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).