typo fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-28 18:43:21 +00:00
parent 7f1b1198a7
commit 8602fd6aaa
2 changed files with 2 additions and 2 deletions

View File

@ -703,7 +703,7 @@ void parse_rcfile(FILE *rcstream
SET(rcopts[i].flag); SET(rcopts[i].flag);
else { else {
/* This option doesn't have a flag, so it takes /* This option doesn't have a flag, so it takes
* an argument. */ * an argument. */
if (*ptr == '\0') { if (*ptr == '\0') {
rcfile_error( rcfile_error(
N_("Option %s requires an argument"), N_("Option %s requires an argument"),

View File

@ -1447,7 +1447,7 @@ void do_justify(bool full_justify)
indent_string = mallocstrcpy(NULL, ""); indent_string = mallocstrcpy(NULL, "");
/* Find the first indentation in the paragraph that doesn't /* 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 * indent_string. If all the indentations are the same, save
* the indentation of the first line in indent_string. */ * the indentation of the first line in indent_string. */
{ {