Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelouza committed Sep 4, 2019
1 parent 778091e commit 9b8217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int main(int argc, char *argv[]) {
}
}
if(g.dbOrder<0 || g.dbOrder==1) { // illegal order
printf("dbOrder must be al least 2\n");
printf("dbOrder must be at least 2\n");
exit(EXIT_FAILURE);
}
if(g.dbOrder>1) { // valid order !=0
Expand Down

0 comments on commit 9b8217e

Please sign in to comment.