]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Nov 2005 05:39:31 +0000 (05:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Nov 2005 05:39:31 +0000 (05:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3221 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index 3af8794810ad406d217cc499fad9c6566c1e37e3..ce9a4f30193b8191157f52659af3b98970039ca7 100644 (file)
@@ -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!!! */