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

- s/speciifed/specified/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2025-10-26 16:08:31 +01:00
parent 5a739b7465
commit 44004bcffa

View file

@ -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;