mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
nvmecontrol(8): Fix a typo in an error message
- s/speciifed/specified/ MFC after: 1 week
This commit is contained in:
parent
5a739b7465
commit
44004bcffa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue