spelling: specific

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:43:26 -05:00
parent faf96c3ee2
commit 848a68c241
3 changed files with 8 additions and 8 deletions

View file

@ -281,7 +281,7 @@ clar_usage(const char *arg)
printf(" -q \t\tOnly report tests that had an error\n");
printf(" -Q \t\tQuit as soon as a test fails\n");
printf(" -l \t\tPrint suite, category, and test names\n");
printf(" -tXX\t\tRun a specifc test by name\n");
printf(" -tXX\t\tRun a specific test by name\n");
exit(-1);
}