aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-16 13:16:33 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-16 13:16:33 +0000
commita21f12369ecaf29510e02a86f227446a21836f77 (patch)
tree0fed07b07ccd75b50ac41baee0245d2c0238c1e3 /epan/dissectors/packet-ospf.c
parentdc0a37c752bddeaaaa1034142375d6500cad6e35 (diff)
Based on patch from Denis Ovsienko via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38561 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ospf.c')
-rw-r--r--epan/dissectors/packet-ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ospf.c b/epan/dissectors/packet-ospf.c
index 9af2cdf2c0..506b3a4ad3 100644
--- a/epan/dissectors/packet-ospf.c
+++ b/epan/dissectors/packet-ospf.c
@@ -2673,7 +2673,7 @@ dissect_ospf_v3_lsa(tvbuff_t *tvb, int offset, proto_tree *tree,
(tvb_get_ntohs(tvb, offset) & OSPF_DNA_LSA) ? "True" : "False");
proto_tree_add_text(ospf_lsa_tree, tvb, offset + 2, 2, "LSA Type: 0x%04x (%s)",
- ls_type, val_to_str(ls_type, v3_ls_type_vals,"Unkown"));
+ ls_type, val_to_str(ls_type, v3_ls_type_vals,"Unknown"));
proto_tree_add_text(ospf_lsa_tree, tvb, offset + 4, 4, "Link State ID: %s",
tvb_ip_to_str(tvb, offset + 4));