Fix typo in multithreading-and-pad-availability.md
authorKellermann Axel <axel_kellermann@mentor.com>
Wed, 2 Dec 2020 10:08:18 +0000 (10:08 +0000)
committerKellermann Axel <axel_kellermann@mentor.com>
Wed, 2 Dec 2020 10:08:18 +0000 (10:08 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/120>

markdown/tutorials/basic/multithreading-and-pad-availability.md

index cac4470..99f842c 100644 (file)
@@ -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