summaryrefslogtreecommitdiff
path: root/asn1/h225/packet-h225-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h225/packet-h225-template.c')
-rw-r--r--asn1/h225/packet-h225-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c
index 7c0c395d59..7fa03070a0 100644
--- a/asn1/h225/packet-h225-template.c
+++ b/asn1/h225/packet-h225-template.c
@@ -407,10 +407,10 @@ static void ras_call_matching(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tre
{
/* if last request has been responded
and this request appears after last response (has bigger frame number)
- and last request occured more than 300 seconds ago,
+ and last request occurred more than 300 seconds ago,
or if last request hasn't been responded
and this request appears after last request (has bigger frame number)
- and last request occured more than 1800 seconds ago,
+ and last request occurred more than 1800 seconds ago,
we decide that we have a new request */
/* Append new ras call to list */
h225ras_call = append_h225ras_call(h225ras_call, pinfo, &pi->guid, msg_category);