comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3221 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5da68ee193
commit
2e2112cad1
|
@ -1963,7 +1963,7 @@ const char *do_alt_speller(char *tempfile_name)
|
|||
|
||||
/* Start a new process for the alternate speller. */
|
||||
if ((pid_spell = fork()) == 0) {
|
||||
/* Start alternate spell program; we are using PATH. */
|
||||
/* Start alternate spell program; we are using $PATH. */
|
||||
execvp(spellargs[0], spellargs);
|
||||
|
||||
/* Should not be reached, if alternate speller is found!!! */
|
||||
|
|
Loading…
Reference in New Issue