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; }