diff options
author | Bill Meier <wmeier@newsguy.com> | 2013-02-26 01:06:19 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2013-02-26 01:06:19 +0000 |
commit | 1823aa007c6339228048b1dbefd5a07ec9f96e1c (patch) | |
tree | 6b9ab67dd2094ef231eb0f0f7fa39048332486e7 /epan/dissectors/packet-actrace.c | |
parent | 88a5865b64a8856d97b46c16e55c3e183828c740 (diff) | |
download | wireshark-1823aa007c6339228048b1dbefd5a07ec9f96e1c.tar.gz wireshark-1823aa007c6339228048b1dbefd5a07ec9f96e1c.tar.bz2 wireshark-1823aa007c6339228048b1dbefd5a07ec9f96e1c.zip |
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47891
Diffstat (limited to 'epan/dissectors/packet-actrace.c')
-rw-r--r-- | epan/dissectors/packet-actrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-actrace.c b/epan/dissectors/packet-actrace.c index a4af536afd..af08a263bf 100644 --- a/epan/dissectors/packet-actrace.c +++ b/epan/dissectors/packet-actrace.c @@ -458,7 +458,7 @@ static int dissect_actrace(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, /* * Check to see whether we're really dealing with AC trace by looking * for a valid "source" and fixed len for CAS, and the direction for ISDN. - * This isn't infallible, but its cheap and it's better than nothing. + * This isn't infallible, but it's cheap and it's better than nothing. */ actrace_protocol = is_actrace(tvb, 0); if (actrace_protocol != NOT_ACTRACE) |