qtdemux: Fix comment typo in previous commit
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c
index b0deab5..a6f870f 100644
--- a/gst/isomp4/qtdemux.c
+++ b/gst/isomp4/qtdemux.c
@@ -7534,7 +7534,7 @@
         }
         if (QT_FOURCC (buffer + 12) == FOURCC_hdlr) {
           /* Variant 1: What QTFF specifies. 'meta' is a short header which
-           * starts with a 'hldr' atom */
+           * starts with a 'hdlr' atom */
           qtdemux_parse_container (qtdemux, node, buffer + 8, end);
         } else if (QT_UINT32 (buffer + 8) == 0x00000000) {
           /* Variant 2: What ISO BMFF specifies. 'meta' is a _full_ atom