summaryrefslogtreecommitdiff
path: root/gst/dvdlpcmdec/gstdvdlpcmdec.c
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 09:33:15 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-09-02 09:33:15 -0400
commit3f24460e3760fec8b9c82e16196f346876581372 (patch)
tree291bdd1af75eda60ceb2943fcd691cce64d12fb3 /gst/dvdlpcmdec/gstdvdlpcmdec.c
parentb3f0008b3431f5bd1ef99bfcc35de00be93d865d (diff)
documentation: fix some typos
Diffstat (limited to 'gst/dvdlpcmdec/gstdvdlpcmdec.c')
-rw-r--r--gst/dvdlpcmdec/gstdvdlpcmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c
index 081084fe..b198fb42 100644
--- a/gst/dvdlpcmdec/gstdvdlpcmdec.c
+++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c
@@ -755,7 +755,7 @@ gst_dvdlpcmdec_parse_1394 (GstDvdLpcmDec * dvdlpcmdec, GstAdapter * adapter,
}
switch (header & 0x7) {
case 0x0: /* 2 channels dual-mono */
- case 0x1: /* 2 channles stereo */
+ case 0x1: /* 2 channels stereo */
channels = 2;
break;
default: