git: 5f00ea0e6288 - stable/12 - nvmecontrol(8): Fix a typo in an error message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:46:05 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5f00ea0e62886297686d996773dba085e0f96ba2

commit 5f00ea0e62886297686d996773dba085e0f96ba2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 18:30:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:41:09 +0000

    nvmecontrol(8): Fix a typo in an error message
    
    - s/insufficent/insufficient/
    
    (cherry picked from commit e2dfabb5895122ce46e627e53347f0e81019c95f)
---
 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 5ec6a305b8b9..763c12aa11af 100644
--- a/sbin/nvmecontrol/ns.c
+++ b/sbin/nvmecontrol/ns.c
@@ -371,7 +371,7 @@ static struct ns_result_str ns_result[] = {
 	{ 0x2,  "Invalid Field"},
 	{ 0xa,  "Invalid Format"},
 	{ 0xb,  "Invalid Namespace or format"},
-	{ 0x15, "Namespace insufficent capacity"},
+	{ 0x15, "Namespace insufficient capacity"},
 	{ 0x16, "Namespace ID unavaliable"},
 	{ 0x18, "Namespace already attached"},
 	{ 0x19, "Namespace is private"},