summaryrefslogtreecommitdiff
path: root/gst/parse/grammar.y
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-04-27 12:40:31 -0400
committerTim-Philipp Müller <tim@centricular.com>2018-05-01 11:18:03 +0100
commit4a402c1c7d14d8fd1970e2008422c9b23be92412 (patch)
tree71ae4f9d2f4a1aed19d212cb6eaf61935f08dc34 /gst/parse/grammar.y
parentbad751b22fb4aecd0a2aa6765cbdd61da622dfe8 (diff)
downloadgstreamer-4a402c1c7d14d8fd1970e2008422c9b23be92412.tar.gz
Fix typos in comments and docs
Found via `codespell` https://bugzilla.gnome.org/show_bug.cgi?id=795610
Diffstat (limited to 'gst/parse/grammar.y')
-rw-r--r--gst/parse/grammar.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
index 65492baf06..1150aa2e8f 100644
--- a/gst/parse/grammar.y
+++ b/gst/parse/grammar.y
@@ -845,7 +845,7 @@ elementary:
/*************************************************************
* Grammar explanation: (cont'd)
-* a _chain_ is a list of _elementary_s that have _link_s inbetween
+* a _chain_ is a list of _elementary_s that have _link_s in between
* which are represented through infix-notation.
*
* fakesrc ! sometransformation ! fakesink