aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-olsr.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-olsr.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-olsr.c')
-rw-r--r--epan/dissectors/packet-olsr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-olsr.c b/epan/dissectors/packet-olsr.c
index bb20433a2c..905918d70b 100644
--- a/epan/dissectors/packet-olsr.c
+++ b/epan/dissectors/packet-olsr.c
@@ -483,7 +483,7 @@ static int dissect_olsrorg_nameservice(tvbuff_t *tvb, packet_info *pinfo, proto_
if (version != 1) {
proto_tree_add_bytes_format(olsr_tree, hf_olsr_data, tvb, offset, message_end - offset,
- NULL, "Unkown nameservice protocol version %d", version);
+ NULL, "Unknown nameservice protocol version %d", version);
return message_end;
}