These were pointed out by lintian. See the lintian report page:
https://lintian.debian.org/full/maan@tuebingen.mpg.de.html
Supercommands and subcommands share the same set of possible command
directives. They differ mainly in the way the documentation is
-formated. There can only be one supercommand but arbitrary many
+formatted. There can only be one supercommand but arbitrary many
subcommands. For example, the supercommand could be the name of
the application, and the subcommands could be "load", "save" "info"
and "quit". The subcommand would be passed as the first non-option
return 0;
}
-/* Print a formated message to a dynamically allocated string. */
+/* Print a formatted message to a dynamically allocated string. */
__attribute__ ((format (printf, 2, 0)))
static int xvasprintf(char **result, const char *fmt, va_list ap)
{
exit(EXIT_FAILURE);
}
if (CUROPT.default_val) {
- fprintf(stderr, "value list must preceed default value\n");
+ fprintf(stderr, "value list must precede default value\n");
exit(EXIT_FAILURE);
}
BEGIN(SC_VALUES_ID);