nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7d589ca5faee63ce3408344abbe92214a0f78bb3
parent ca1a82ecab630fb947069120038d2323d50c6784
Author: Jordi Mallach <jordi@gnu.org>
Date:   Wed,  3 Oct 2001 15:44:16 +0000

Fixed typos found by DLR and ispell.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@829 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -55,7 +55,7 @@ Current Status This is the 1.1 or unstable branch of nano. New features will be added and things will be changed around and basically - stabiliity is not guaranteed. If this is not what you're + stability is not guaranteed. If this is not what you're interested in, please use the latest 1.0.x release of nano. New features in this branch include: @@ -77,7 +77,7 @@ Current Status + Better non-*nix file support. GNU nano now automatically converts files from DOS format or Mac format to standard file format. It can also write files in either format by using the - apropriate command line (-D, --dos or -M, --mac) or toggle + appropriate command line (-D, --dos or -M, --mac) or toggle (Meta-D, Meta-O). Chris Allegretta (chrisa@asty.org)