From 82a9ec94294a4ce8aabf16d42dd0b296ed9e4b35 Mon Sep 17 00:00:00 2001 From: Krystian Wojtas Date: Wed, 1 Dec 2021 08:45:14 +0100 Subject: [PATCH] tutorials: fix typos Part-of: --- .../gst-docs/markdown/tutorials/basic/media-information-gathering.md | 2 +- .../gst-docs/markdown/tutorials/playback/short-cutting-the-pipeline.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-docs/markdown/tutorials/basic/media-information-gathering.md b/subprojects/gst-docs/markdown/tutorials/basic/media-information-gathering.md index f3115d5..1c6d4ad 100644 --- a/subprojects/gst-docs/markdown/tutorials/basic/media-information-gathering.md +++ b/subprojects/gst-docs/markdown/tutorials/basic/media-information-gathering.md @@ -256,7 +256,7 @@ int main (int argc, char **argv) { uri = argv[1]; } - /* Initialize cumstom data structure */ + /* Initialize custom data structure */ memset (&data, 0, sizeof (data)); /* Initialize GStreamer */ diff --git a/subprojects/gst-docs/markdown/tutorials/playback/short-cutting-the-pipeline.md b/subprojects/gst-docs/markdown/tutorials/playback/short-cutting-the-pipeline.md index 5b19f13..548fb55 100644 --- a/subprojects/gst-docs/markdown/tutorials/playback/short-cutting-the-pipeline.md +++ b/subprojects/gst-docs/markdown/tutorials/playback/short-cutting-the-pipeline.md @@ -148,7 +148,7 @@ int main(int argc, char *argv[]) { CustomData data; GstBus *bus; - /* Initialize cumstom data structure */ + /* Initialize custom data structure */ memset (&data, 0, sizeof (data)); data.b = 1; /* For waveform generation */ data.d = 1; -- 2.7.4