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 782947 - Typo in translatable string
Typo in translatable string
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-22 11:15 UTC by Anders Jonsson
Modified: 2017-05-22 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix typo (occured) (807 bytes, patch)
2017-05-22 11:48 UTC, Anders Jonsson
committed Details | Review

Description Anders Jonsson 2017-05-22 11:15:47 UTC
In ext/gl/gstgltestsrc.c is the string "A GL error occured".

The correct spelling should be "occurred".

Regards,
Anders Jonsson
Comment 1 Matthew Waters (ystreet00) 2017-05-22 11:21:51 UTC
Do you want to provide a patch for this?
Comment 2 Anders Jonsson 2017-05-22 11:48:39 UTC
Created attachment 352348 [details] [review]
Fix typo (occured)
Comment 3 Anders Jonsson 2017-05-22 11:49:09 UTC
(In reply to Matthew Waters (ystreet00) from comment #1)
> Do you want to provide a patch for this?

Sure, here you go.
Comment 4 Matthew Waters (ystreet00) 2017-05-22 11:58:34 UTC
Thanks!

commit f3de920b126a8a39d4dde422e803d27ec1e5baad
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Mon May 22 13:46:36 2017 +0200

    gltestsrc: Fix typo (occured->occurred)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782947