git: e2dfabb58951 - main - nvmecontrol(8): Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 18:30:58 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e2dfabb5895122ce46e627e53347f0e81019c95f commit e2dfabb5895122ce46e627e53347f0e81019c95f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 18:30:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 18:30:48 +0000 nvmecontrol(8): Fix a typo in an error message - s/insufficent/insufficient/ MFC after: 3 days --- 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"},