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 736160 - typos in gst-validate documentation
typos in gst-validate documentation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal trivial
: 1.3.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-05 19:47 UTC by Felix Schwarz
Modified: 2015-03-02 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix spelling in gst-validate documentation (12.45 KB, patch)
2014-09-05 19:47 UTC, Felix Schwarz
committed Details | Review
Fix more typos (s/coma/comma) (1.50 KB, patch)
2015-03-02 13:42 UTC, Emanuele Aina
none Details | Review
Fix more typos (s/coma/comma and others) (1.50 KB, patch)
2015-03-02 14:08 UTC, Emanuele Aina
none Details | Review

Description Felix Schwarz 2014-09-05 19:47:29 UTC
Created attachment 285520 [details] [review]
fix spelling in gst-validate documentation

I found a couple of typos in the gst-validate documentation (see patch).
Comment 1 Thibault Saunier 2014-09-05 21:22:40 UTC
Comment on attachment 285520 [details] [review]
fix spelling in gst-validate documentation

Thanks a lot for that spell checking! 

If you have any comment about the content itself I would be very happy to get some feedback from you :)
Comment 2 Thibault Saunier 2014-09-05 21:23:44 UTC
commit 1a8b460d23258d48d9f278d4e0920dbde076b86a
Author: Felix Schwarz <felix.schwarz@oss.schwarz.eu>
Date:   Fri Sep 5 19:47:00 2014 +0000

    validate:docs: fix spelling mistakes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736160
Comment 3 Mathieu Duponchelle 2014-09-06 11:27:51 UTC
Coma separated field makes me a bit nervous too ;)
Comment 4 Emanuele Aina 2015-03-02 13:42:09 UTC
Created attachment 298292 [details] [review]
Fix more typos (s/coma/comma)

> Coma separated field makes me a bit nervous too ;)

Heh, I just stumbled over these too. :)

I've attached a patch and I'm reopening the bug if you don't mind.
Comment 5 Emanuele Aina 2015-03-02 14:08:37 UTC
Created attachment 298301 [details] [review]
Fix more typos (s/coma/comma and others)

More typos.
Comment 6 Thibault Saunier 2015-03-02 15:24:51 UTC
commit 9e7f713758b7b63e02f0b6605e0035822e048b72
Author: Emanuele Aina <emanuele.aina@collabora.com>
Date:   Mon Mar 2 14:38:16 2015 +0100

    validate:docs: Fix typos in Scenario File Format
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736160

Thanks.