git: 5d7c65ff36da - main - Correct a typo in a string literal.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jun 2022 19:49:36 UTC
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=5d7c65ff36da1c9d57c030ff124ef420af44704e commit 5d7c65ff36da1c9d57c030ff124ef420af44704e Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2022-06-07 19:48:59 +0000 Commit: Jens Schweikhardt <schweikh@FreeBSD.org> CommitDate: 2022-06-07 19:48:59 +0000 Correct a typo in a string literal. --- sbin/nvmecontrol/ns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/nvmecontrol/ns.c b/sbin/nvmecontrol/ns.c index 763c12aa11af..5c537e920dc3 100644 --- a/sbin/nvmecontrol/ns.c +++ b/sbin/nvmecontrol/ns.c @@ -372,7 +372,7 @@ static struct ns_result_str ns_result[] = { { 0xa, "Invalid Format"}, { 0xb, "Invalid Namespace or format"}, { 0x15, "Namespace insufficient capacity"}, - { 0x16, "Namespace ID unavaliable"}, + { 0x16, "Namespace ID unavailable"}, { 0x18, "Namespace already attached"}, { 0x19, "Namespace is private"}, { 0x1a, "Namespace is not attached"},