From 2e2112cad19b947516e97989aef55e24a5462588 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 29 Nov 2005 05:39:31 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3221 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index 3af87948..ce9a4f30 100644 --- a/src/text.c +++ b/src/text.c @@ -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!!! */