aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-srvloc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-17 17:23:37 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-17 17:23:37 +0000
commita8f30cbca1b3c7831be55ba0f68e9207ae9704f4 (patch)
treed506f25dfc17f3054d84127c2731ad8db790ae2b /epan/dissectors/packet-srvloc.c
parent27808f5b828c45f98e7f38c522b4ace967a69a24 (diff)
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27037
Diffstat (limited to 'epan/dissectors/packet-srvloc.c')
-rw-r--r--epan/dissectors/packet-srvloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-srvloc.c b/epan/dissectors/packet-srvloc.c
index 394490424e..a9e5750a1c 100644
--- a/epan/dissectors/packet-srvloc.c
+++ b/epan/dissectors/packet-srvloc.c
@@ -370,7 +370,7 @@ dissect_authblk(tvbuff_t *tvb, int offset, proto_tree *tree)
} else {
proto_tree_add_text(tree, tvb, offset, 8, "Timestamp not representable");
}
- proto_tree_add_text(tree, tvb, offset + 8, 2, "Block Structure Desciptor: %u",
+ proto_tree_add_text(tree, tvb, offset + 8, 2, "Block Structure Descriptor: %u",
tvb_get_ntohs(tvb, offset + 8));
length = tvb_get_ntohs(tvb, offset + 10);
proto_tree_add_text(tree, tvb, offset + 10, 2, "Authenticator length: %u",