validate: fix a couple of typos in comments

https://bugzilla.gnome.org/show_bug.cgi?id=736019
This commit is contained in:
Guillaume Desmottes 2014-09-04 11:53:56 +02:00 committed by Thibault Saunier
parent ef64eb0d0e
commit f900f53e95
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ typedef struct {
struct _GstValidateReport {
gint refcount;
/* issue: The issue this report corresponds to (to get dsecription, summary,...) */
/* issue: The issue this report corresponds to (to get description, summary,...) */
GstValidateIssue *issue;
GstValidateReportLevel level;

View file

@ -142,7 +142,7 @@ gst_validate_runner_get_reports_count (GstValidateRunner * runner)
GSList *
gst_validate_runner_get_reports (GstValidateRunner * runner)
{
/* TODO should we need locking or put in htte docs to always call this
/* TODO should we need locking or put in the docs to always call this
* after pipeline ends? */
return runner->reports;
}