directsoundsink: fix comment
authorPhilippe Renon <philippe_renon@yahoo.fr>
Thu, 28 Sep 2017 20:49:31 +0000 (22:49 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 12 Oct 2017 07:32:34 +0000 (10:32 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=788847

sys/directsound/gstdirectsoundsink.c

index 8c6c78c..9c922c0 100644 (file)
@@ -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,