From 0b8b6f83ada732c172eecebd8e77e006ba8625fe Mon Sep 17 00:00:00 2001 From: Raleigh Littles III Date: Sun, 20 Sep 2020 19:25:22 +0000 Subject: [PATCH] Update short-cutting-the-pipeline.md to fix typo Part-of: --- markdown/tutorials/basic/short-cutting-the-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/tutorials/basic/short-cutting-the-pipeline.md b/markdown/tutorials/basic/short-cutting-the-pipeline.md index d013fc0..81da22a 100644 --- a/markdown/tutorials/basic/short-cutting-the-pipeline.md +++ b/markdown/tutorials/basic/short-cutting-the-pipeline.md @@ -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; -- 2.7.4