Typo fix.

This commit is contained in:
Fotis Panagiotopoulos 2020-10-06 23:59:21 +03:00 committed by Alan Carvalho de Assis
parent 2f95f3a796
commit 3eee887d87

View File

@ -514,7 +514,7 @@ static void parse_args(int argc, char **argv)
* this happens normally in some configurations * this happens normally in some configurations
*/ */
printf("# No files specified for dependency generataion\n"); printf("# No files specified for dependency generation\n");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }