aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-02-01 02:23:51 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-02-01 02:23:51 +0000
commitfc18d1f4f77d727ece7495315ece062807856372 (patch)
tree2ba319b954a7465331b819952dcc7501bfffa0e3 /epan/dissectors/packet-dns.c
parent3db18f185eef4184c263b8c9a1da68f5b40d9a07 (diff)
Fix some typos.
svn path=/trunk/; revision=40788
Diffstat (limited to 'epan/dissectors/packet-dns.c')
-rw-r--r--epan/dissectors/packet-dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 721627bd6b..67038e40db 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -161,7 +161,7 @@ typedef struct _dns_conv_info_t {
#define TCP_PORT_MDNS 5353
#define UDP_PORT_LLMNR 5355
#if 0
-/* PPID used for DNS/SCTP (will be changed when IANA assgined) */
+/* PPID used for DNS/SCTP (will be changed when IANA assigned) */
#define DNS_PAYLOAD_PROTOCOL_ID 1000
#endif
@@ -773,7 +773,7 @@ expand_dns_name(tvbuff_t *tvb, int offset, int max_len, int dns_data_offset,
default:
*name="<Unknown extended label>";
- /* Parsing will propably fail from here on, since the */
+ /* Parsing will probably fail from here on, since the */
/* label length is unknown... */
len = offset - start_offset;
if (len < min_len)