aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-10-19 23:11:45 +0000
committerGuy Harris <guy@alum.mit.edu>2000-10-19 23:11:45 +0000
commita3b0da9bc8ab2f8e5214607cce5dcbc3c399f492 (patch)
treea296c0bb40629c8bacbc6717ab100502bcb4daa7 /packet-dns.c
parentfb84384942a20a50879fae3c3557625167ad5b0b (diff)
Fix some typos.
svn path=/trunk/; revision=2518
Diffstat (limited to 'packet-dns.c')
-rw-r--r--packet-dns.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dns.c b/packet-dns.c
index 66537c5344..fa82ecd1df 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.56 2000/10/18 00:37:54 guy Exp $
+ * $Id: packet-dns.c,v 1.57 2000/10/19 23:11:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -2331,7 +2331,7 @@ dissect_dns(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
decode_boolean_bitfield(flags, F_AUTHORITATIVE,
2*8,
"Server is an authority for domain",
- "Server isn't an authority for domain"));
+ "Server is not an authority for domain"));
}
proto_tree_add_text(field_tree, NullTVB, offset + DNS_FLAGS, 2, "%s",
decode_boolean_bitfield(flags, F_TRUNCATED,
@@ -2352,8 +2352,8 @@ dissect_dns(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
proto_tree_add_text(field_tree, NullTVB, offset + DNS_FLAGS, 2, "%s",
decode_boolean_bitfield(flags, F_AUTHENTIC,
2*8,
- "Answer/authority portion was autenticated by the server",
- "Answer/authority portion was not autenticated by the server"));
+ "Answer/authority portion was authenticated by the server",
+ "Answer/authority portion was not authenticated by the server"));
}
if ((flags & F_RESPONSE) == 0) {
proto_tree_add_text(field_tree, NullTVB, offset + DNS_FLAGS, 2, "%s",