nvmecontrol(8): Fix a typo in an error message

- s/insufficent/insufficient/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 20:30:48 +02:00
parent bb0e21032b
commit e2dfabb589

View File

@ -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"},