From 8c7023d9f04bb3116674ee233db302e851136cef Mon Sep 17 00:00:00 2001 From: etxrab Date: Mon, 24 May 2010 04:03:45 +0000 Subject: Fix a typo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32926 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-sip.c') diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c index 281c3eb9c3..f6125b0c86 100644 --- a/epan/dissectors/packet-sip.c +++ b/epan/dissectors/packet-sip.c @@ -927,7 +927,7 @@ dissect_sip_uri(tvbuff_t *tvb, packet_info *pinfo _U_, gint start_offset, /* Nothing to parse */ return -1; } - /* Set uri start offset in case this was caled directly */ + /* Set uri start offset in case this was called directly */ uri_offsets->uri_start = current_offset; /* Check if it's realy a sip uri ( it might be a tel uri, parse that?) */ -- cgit v1.2.3