mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
nvmecontrol(8): Fix a typo in an error message
- s/insufficent/insufficient/ MFC after: 3 days
This commit is contained in:
parent
bb0e21032b
commit
e2dfabb589
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue