diff --git a/src/rcfile.c b/src/rcfile.c index d9b49f4a1d6b5618f48dbe03d626ee627ca864e2..930721288defaab424958112c2c7b76644fea5ef 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -703,7 +703,7 @@ void parse_rcfile(FILE *rcstream SET(rcopts[i].flag); else { /* This option doesn't have a flag, so it takes - * an argument. */ + * an argument. */ if (*ptr == '\0') { rcfile_error( N_("Option %s requires an argument"), diff --git a/src/text.c b/src/text.c index 4bf2a9a906ea57509169bb0378e9f63f523d3cfe..847d6e7ca9da670370a4f3b7b83883999f839228 100644 --- a/src/text.c +++ b/src/text.c @@ -1447,7 +1447,7 @@ void do_justify(bool full_justify) indent_string = mallocstrcpy(NULL, ""); /* Find the first indentation in the paragraph that doesn't - * match the indentation of the first line, and save it in + * match the indentation of the first line, and save it in * indent_string. If all the indentations are the same, save * the indentation of the first line in indent_string. */ {