Back to SVN, fix typo

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2010-08-11 02:41:26 +00:00
parent 9b1c868326
commit 544c56c036
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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.

View 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