Update short-cutting-the-pipeline.md to fix typo
authorRaleigh Littles III <raleighlittles@gmail.com>
Sun, 20 Sep 2020 19:25:22 +0000 (19:25 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 7 Apr 2021 23:44:38 +0000 (23:44 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/112>

markdown/tutorials/basic/short-cutting-the-pipeline.md

index d013fc0..81da22a 100644 (file)
@@ -224,7 +224,7 @@ int main(int argc, char *argv[]) {
   GstCaps *audio_caps;
   GstBus *bus;
 
-  /* Initialize cumstom data structure */
+  /* Initialize custom data structure */
   memset (&data, 0, sizeof (data));
   data.b = 1; /* For waveform generation */
   data.d = 1;