aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcfzs.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-22 15:22:07 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-22 15:22:07 +0000
commit15f02081b343d595d51d5c3cd274a8f69e28bed2 (patch)
tree925c758520a54d3fb7b22baae8fcabbc69ef0ec9 /epan/dissectors/packet-fcfzs.h
parent154c440e889d06d63676ac8614554bdb53b04041 (diff)
Fix a typo
svn path=/trunk/; revision=27084
Diffstat (limited to 'epan/dissectors/packet-fcfzs.h')
-rw-r--r--epan/dissectors/packet-fcfzs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcfzs.h b/epan/dissectors/packet-fcfzs.h
index d948770fc4..dd05205a7a 100644
--- a/epan/dissectors/packet-fcfzs.h
+++ b/epan/dissectors/packet-fcfzs.h
@@ -88,7 +88,7 @@ static const value_string fc_fzs_rjt_code_val[] = {
{FC_FZS_RJT_ZONESTATEUNKNOWN , "Zone State Unknown"},
{FC_FZS_RJT_INVLDPLEN , "Incorrect Payload Length"},
{FC_FZS_RJT_ZSTOOLARGE , "Zone Set to be Activated Too Large"},
- {FC_FZS_RJT_DZSFAIL , "Deactive Zone Set Failed"},
+ {FC_FZS_RJT_DZSFAIL , "Deactivate Zone Set Failed"},
{FC_FZS_RJT_NOTSUPPORTED , "Request Not Supported"},
{FC_FZS_RJT_CAPNOTSUPPORTED , "Capability Not Supported"},
{FC_FZS_RJT_ZMIDTYPEUNKNOWN , "Zone Member Identifier Type Not Supported"},