From 24561309f9b059fcdff3a21ec439b635f4f1559d Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 28 Sep 2017 22:49:31 +0200 Subject: [PATCH] directsoundsink: fix comment https://bugzilla.gnome.org/show_bug.cgi?id=788847 --- sys/directsound/gstdirectsoundsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c index 8c6c78c..9c922c0 100644 --- a/sys/directsound/gstdirectsoundsink.c +++ b/sys/directsound/gstdirectsoundsink.c @@ -446,7 +446,7 @@ gst_directsound_sink_open (GstAudioSink * asink) } } - /* create and initialize a DirecSound object */ + /* create and initialize a DirectSound object */ if (FAILED (hRes = DirectSoundCreate (lpGuid, &dsoundsink->pDS, NULL))) { gchar *error_text = gst_hres_to_string (hRes); GST_ELEMENT_ERROR (dsoundsink, RESOURCE, OPEN_READ, -- 2.7.4