Skip to content

Commit fc8ecbc

Browse files
committed
cmph -h typo
1 parent 3cd8331 commit fc8ecbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void usage_long(const char *prg)
6060
fprintf(stderr, " -t\t set the number of keys per bin for a t-perfect hashing function. A t-perfect\n");
6161
fprintf(stderr, " \t hash function allows at most t collisions in a given bin. This parameter applies\n");
6262
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");
63+
fprintf(stderr, " \t range [1,128]. Default is 1\n");
6464
fprintf(stderr, " keysfile\t line separated file with keys\n");
6565
}
6666

0 commit comments

Comments
 (0)