]> www.infradead.org Git - users/hch/nvme-cli.git/commit
nvme-cli: tests: fix typo in get_feature_test
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 14 Jan 2018 08:37:25 +0000 (17:37 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 14 Jan 2018 08:37:25 +0000 (17:37 +0900)
commit75c86b85722013d3b2e587b2ed2f64ef3732d97b
tree8b09d0d59f1a9c6b3e8bc50fbcc93192773fc4e0
parent4b3231a53461511157f33bbb2e0792144eff314f
nvme-cli: tests: fix typo in get_feature_test

Comment and function name typo will directly reflect document which
will be generated by Makefile.

Fix typos like below.
    1. Typo in feature lists in the global comment.
    2. Mandetory -> Mandatory

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
tests/nvme_get_features_test.py