commit 60b942c64f3781d6b28aba6dcde05300809e0fb6
parent b55e382dfc0d7346f7df72eeee10e76370415902
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 26 Feb 2004 21:09:28 +0000
minor comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -667,7 +667,7 @@ void do_rcfile(void)
if (!ISSET(NO_RCFILE)) {
#if defined(DISABLE_ROOTWRAP) && !defined(DISABLE_WRAPPING)
- /* If we've already read $SYSCONFDIR/nanorc (if it's there), we're
+ /* If we've already read SYSCONFDIR/nanorc (if it's there), we're
root, and --disable-wrapping-as-root is used, turn wrapping off */
if (euid == 0)
SET(NO_WRAP);