summaryrefslogtreecommitdiff
path: root/gst/pcapparse/gstirtspparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pcapparse/gstirtspparse.c')
-rw-r--r--gst/pcapparse/gstirtspparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pcapparse/gstirtspparse.c b/gst/pcapparse/gstirtspparse.c
index 4d64e36f6..e9ab037df 100644
--- a/gst/pcapparse/gstirtspparse.c
+++ b/gst/pcapparse/gstirtspparse.c
@@ -194,7 +194,7 @@ start:
switch (IRTSPParse->state) {
case IRTSP_SEARCH_FRAME:
- /* Use the first occurence of 0x24 as a start of interleaved frames.
+ /* Use the first occurrence of 0x24 as a start of interleaved frames.
* This 'trick' allows us to parse a dump that doesn't contain RTSP
* handshake. It's up to user to provide the data where the first 0x24
* is an RTSP frame */