Reacted on complaints of lintian spelling check

This commit is contained in:
2015-09-20 12:51:53 +00:00
parent 3d36b343ce
commit 9c303135f6
19 changed files with 320 additions and 315 deletions

View File

@ -720,7 +720,7 @@ static int Sfile_destroy_argv(int *argc, char ***argv, int flag)
The scope of a backslash (0 to 3 characters) is not affected.
@param eaten returns the difference in length between input and output
@param flag bit0= only determine *eaten, do not convert
bit1= allow to convert \000 to binary 0
bit1= convert \000 to binary 0
*/
static int Sfile_bsl_interpreter(char *text, int upto, int *eaten, int flag)
{