commit 43d3e9324b4beb7a710b566f1113f877919346f7
parent b2072b099993410f3576189ced72c29e60b5371e
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 28 Jun 2005 17:35:20 +0000
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2786 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/files.c b/src/files.c
@@ -2503,7 +2503,7 @@ char *do_browser(char *path, DIR *dir)
* per row below. */
struct stat st;
char *new_path;
- /* Used by the Go To Directory prompt. */
+ /* Used by the "Go To Directory" prompt. */
#ifndef DISABLE_MOUSE
MEVENT mevent;
#endif