summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKellermann Axel <axel_kellermann@mentor.com>2020-12-02 10:08:18 +0000
committerKellermann Axel <axel_kellermann@mentor.com>2020-12-02 10:08:18 +0000
commit21c74fccc281390d98be9409b9626beab5f97683 (patch)
treea589f3c9783c97b7c78d8a1fd901d83a58ebfd7c
parent22583b71c509dd37a6f34ceedf08e6594f3bfbe5 (diff)
Fix typo in multithreading-and-pad-availability.md
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/120>
-rw-r--r--markdown/tutorials/basic/multithreading-and-pad-availability.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/tutorials/basic/multithreading-and-pad-availability.md b/markdown/tutorials/basic/multithreading-and-pad-availability.md
index cac4470..99f842c 100644
--- a/markdown/tutorials/basic/multithreading-and-pad-availability.md
+++ b/markdown/tutorials/basic/multithreading-and-pad-availability.md
@@ -292,7 +292,7 @@ The sink Pads we have obtained need to be released with
longer need them, at the end of the program.
We then set the pipeline to playing as usual, and wait until an error
-message or an EOS is produced. The only thing left to so is cleanup the
+message or an EOS is produced. The only thing left to do is cleanup the
requested Pads:
``` c