aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nhrp.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 07:15:56 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 07:15:56 +0000
commit949adb2cc817a1f774c0c8e15ad6e5c29df3e922 (patch)
tree270dddc3391f84a89c7f6c41a95a4338a8ddd465 /epan/dissectors/packet-nhrp.c
parent552edca15ce8c7ccfa8e8ac8751db61199fd61b4 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28218 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-nhrp.c')
-rw-r--r--epan/dissectors/packet-nhrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nhrp.c b/epan/dissectors/packet-nhrp.c
index f4ebe356a2..bce5248374 100644
--- a/epan/dissectors/packet-nhrp.c
+++ b/epan/dissectors/packet-nhrp.c
@@ -204,7 +204,7 @@ static const value_string nhrp_error_code_vals[] = {
{ NHRP_ERR_PROT_ERROR, "Protocol Error" },
{ NHRP_ERR_SDU_SIZE_EXCEEDED, "NHRP SDU Size Exceeded" },
{ NHRP_ERR_INV_EXT, "Invalid Extension" },
- { NHRP_ERR_INV_RESOLUTION_REPLY, "Invalid NHRP Reolution Reply Received" },
+ { NHRP_ERR_INV_RESOLUTION_REPLY, "Invalid NHRP Resolution Reply Received" },
{ NHRP_ERR_AUTH_FAILURE, "Authentication Failure" },
{ NHRP_ERR_HOP_COUNT_EXCEEDED, "Hop Count Exceeded" },
{ 0, NULL }