From 2da52e79b35ed29b354e2a21b72283e97dccf114 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 2 Feb 2016 11:20:17 -0800 Subject: [PATCH] tinyalsasink: fix tinalsa typo --- sys/tinyalsa/tinyalsasink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/tinyalsa/tinyalsasink.c b/sys/tinyalsa/tinyalsasink.c index 4f73ea08d2..2d6e3a6b8d 100644 --- a/sys/tinyalsa/tinyalsasink.c +++ b/sys/tinyalsa/tinyalsasink.c @@ -29,7 +29,7 @@ * Example pipelines * |[ * gst-launch-1.0 -v uridecodebin uri=file:///path/to/audio.ogg ! audioconvert ! audioresample ! tinyalsasink - * ]| Play an Ogg/Vorbis file and output audio via ALSA using the tinalsa + * ]| Play an Ogg/Vorbis file and output audio via ALSA using the tinyalsa * library. * */