diff options
author | Antonio Ospite <antonio.ospite@collabora.com> | 2019-03-07 12:38:41 +0100 |
---|---|---|
committer | Antonio Ospite <antonio.ospite@collabora.com> | 2019-03-07 12:41:40 +0100 |
commit | 2dfe2287400c3158deb05168edfea41608fd347a (patch) | |
tree | 9759d17a5ab82970f5b4f3339fc5bfa1fc5b9635 /ext | |
parent | 30db93e3a4693fee1d9b1835f5639574144d3fc8 (diff) |
docs: fix typos s/recieve/receive/
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dv/gstdvdemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index b76d7daa9..65d24d3e4 100644 --- a/ext/dv/gstdvdemux.c +++ b/ext/dv/gstdvdemux.c @@ -77,7 +77,7 @@ * * For its part, GStreamer is concerned with accuracy and preservation of * information. This element outputs the 720x576 or 720x480 video that it - * recieves, noting the proper aspect ratio. This should not be a problem for + * receives, noting the proper aspect ratio. This should not be a problem for * windowed applications, which can change size to fit the video. Applications * with fixed size requirements should decide whether to crop or pad which * an element such as videobox can do. |