aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-winsrepl.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:21:42 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:21:42 +0000
commitaa9efa9ceca20bf5cefb02ca76920ab9cd503ffc (patch)
tree6ce6ae4fa8e3647af414a97461a2e423c15c088b /epan/dissectors/packet-winsrepl.c
parent4dbbeb69b6a51bb8b5f6bc00b4cf666e5a8ab943 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28230
Diffstat (limited to 'epan/dissectors/packet-winsrepl.c')
-rw-r--r--epan/dissectors/packet-winsrepl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-winsrepl.c b/epan/dissectors/packet-winsrepl.c
index 83dec38025..1f8ba0c47b 100644
--- a/epan/dissectors/packet-winsrepl.c
+++ b/epan/dissectors/packet-winsrepl.c
@@ -157,7 +157,7 @@ static const value_string message_type_vals[] = {
static const value_string rectype_vals[] = {
{WREPL_NAME_TYPE_UNIQUE, "Unique"},
{WREPL_NAME_TYPE_NORMAL_GROUP, "Normal group"},
- {WREPL_NAME_TYPE_SPECIAL_GROUP, "Speical group"},
+ {WREPL_NAME_TYPE_SPECIAL_GROUP, "Special group"},
{WREPL_NAME_TYPE_MULTIHOMED, "Multihomed"},
{0, NULL}
};