From f900f53e95bc792f8fb4f0b7f5e0023cd569f620 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 4 Sep 2014 11:53:56 +0200 Subject: [PATCH] validate: fix a couple of typos in comments https://bugzilla.gnome.org/show_bug.cgi?id=736019 --- validate/gst/validate/gst-validate-report.h | 2 +- validate/gst/validate/gst-validate-runner.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/gst/validate/gst-validate-report.h b/validate/gst/validate/gst-validate-report.h index 942c71e7af..3d5b66c2dd 100644 --- a/validate/gst/validate/gst-validate-report.h +++ b/validate/gst/validate/gst-validate-report.h @@ -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; diff --git a/validate/gst/validate/gst-validate-runner.c b/validate/gst/validate/gst-validate-runner.c index 815d00e048..93cf852995 100644 --- a/validate/gst/validate/gst-validate-runner.c +++ b/validate/gst/validate/gst-validate-runner.c @@ -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; }