]> git.wh0rd.org Git - nano.git/commitdiff
Back to SVN, fix typo
authorChris Allegretta <chrisa@asty.org>
Wed, 11 Aug 2010 02:41:26 +0000 (02:41 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 11 Aug 2010 02:41:26 +0000 (02:41 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7bd8631929fb88439e4a7d875039e7f206e508e9..2633ca4b96a0c71f3d18b974d4981207ec579f5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@
                when being used out of crontab).  For very strange situations
                (such as where you cannot change the permissions on the
                file you're writing, there is a new rc file option 
-               "allow_insecure_backup" to be even more permission and
+               "allow_insecure_backup" to be even more permissive and
                allowing the write to proceed.  Also included are
                some syntax highlighting updated, and that is about it.
                Keep fighting the good fight children.
index 45293c45a3fdfddc84621c42aa966a106e4272dc..2c42ee9dae7f103f012c1d4c1bf36b8f0029e82e 100644 (file)
@@ -20,7 +20,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [2.2.5], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [2.2.5-svn], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE