aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nvme.c
diff options
context:
space:
mode:
authorParav Pandit <paravpandit@yahoo.com>2017-03-26 21:01:13 -0400
committerAnders Broman <a.broman58@gmail.com>2017-03-27 04:06:45 +0000
commitdc482dd71508ea69f58fa5c0d4ac9bd6d55de7bc (patch)
tree041f9f18cd9e0b1b11f4444f65730115d59b1123 /epan/dissectors/packet-nvme.c
parent45df494f538d6bf716078748a382c5b8e2b85470 (diff)
packet-nvme: Corrected typo in keep alive string.
This patch fixes typo in keep alive admin queue command string from "kepp" to "keep". Change-Id: If4b01d9d78628978b8db2c39d203cf1e153bfdf2 Tested-by: paravpandit@yahoo.com Reviewed-on: https://code.wireshark.org/review/20731 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nvme.c')
-rw-r--r--epan/dissectors/packet-nvme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nvme.c b/epan/dissectors/packet-nvme.c
index dbbaa74cd7..3c65a27de0 100644
--- a/epan/dissectors/packet-nvme.c
+++ b/epan/dissectors/packet-nvme.c
@@ -171,7 +171,7 @@ static const value_string aq_opc_tbl[] = {
{ NVME_AQ_OPC_FW_COMMIT, "Firmware Commit"},
{ NVME_AQ_OPC_FW_IMG_DOWNLOAD, "Firmware Image Download"},
{ NVME_AQ_OPC_NS_ATTACH, "Namespace attach"},
- { NVME_AQ_OPC_KEEP_ALIVE, "Kepp Alive"},
+ { NVME_AQ_OPC_KEEP_ALIVE, "Keep Alive"},
{ 0, NULL}
};