git: 44004bcffabc - main - nvmecontrol(8): Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 15:09:55 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=44004bcffabc3372d6812c2e0c4bf90386919e21
commit 44004bcffabc3372d6812c2e0c4bf90386919e21
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:08:31 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-26 15:08:31 +0000
nvmecontrol(8): Fix a typo in an error message
- s/speciifed/specified/
MFC after: 1 week
---
sbin/nvmecontrol/perftest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/nvmecontrol/perftest.c b/sbin/nvmecontrol/perftest.c
index 59439d3ed2a9..da75afc64d8d 100644
--- a/sbin/nvmecontrol/perftest.c
+++ b/sbin/nvmecontrol/perftest.c
@@ -171,7 +171,7 @@ perftest(const struct cmd *f, int argc, char *argv[])
arg_help(argc, argv, f);
}
if (opt.time == 0) {
- fprintf(stderr, "No time speciifed\n");
+ fprintf(stderr, "No time specified\n");
arg_help(argc, argv, f);
}
io_test.time = opt.time;