diff --git a/ChangeLog b/ChangeLog index c729e1a1..0039b9d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ CVS code - +- General: + - Miscellaneous comment fixes. (DLR) GNU nano 1.9.99pre3 - 2006.10.25 - chars.c: diff --git a/src/nano.c b/src/nano.c index 5ffad64b..43cf81ee 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1922,7 +1922,7 @@ int main(int argc, char **argv) } } - /* If the executable filename starts with 'r', we use restricted + /* If the executable filename starts with 'r', enable restricted * mode. */ if (*(tail(argv[0])) == 'r') SET(RESTRICTED);