nano

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

commit c2946fbe09639de92886320a74cd064dccf7ca83
parent 2a4ab6d29d47b4f39245dd44f7178283e0d031b3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 24 Dec 2003 21:47:28 +0000

typo fix


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

Diffstat:
MChangeLog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -48,7 +48,7 @@ CVS code - is being used, and cosmetic cleanups. (David Benbennick) copy_file() - New function containing part of the functionality formerly in - do_writeout. (David Benbennick) + do_writeout(). (David Benbennick) do_writeout() - Prompt the user if we're trying to save an existing file (and not just a selection of it) under a different name. (DLR;