We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd8331 commit fc8ecbcCopy full SHA for fc8ecbc
1 file changed
src/main.c
@@ -60,7 +60,7 @@ void usage_long(const char *prg)
60
fprintf(stderr, " -t\t set the number of keys per bin for a t-perfect hashing function. A t-perfect\n");
61
fprintf(stderr, " \t hash function allows at most t collisions in a given bin. This parameter applies\n");
62
fprintf(stderr, " \t only to the CHD and CHD_PH algorithms. Its value should be an integer in the\n");
63
- fprintf(stderr, " \t range [1,128]. Defaul is 1\n");
+ fprintf(stderr, " \t range [1,128]. Default is 1\n");
64
fprintf(stderr, " keysfile\t line separated file with keys\n");
65
}
66
0 commit comments