Commit 544c56c0 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Back to SVN, fix typo


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9b1c8683
Showing with 2 additions and 2 deletions
+2 -2
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
when being used out of crontab). For very strange situations when being used out of crontab). For very strange situations
(such as where you cannot change the permissions on the (such as where you cannot change the permissions on the
file you're writing, there is a new rc file option 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 allowing the write to proceed. Also included are
some syntax highlighting updated, and that is about it. some syntax highlighting updated, and that is about it.
Keep fighting the good fight children. Keep fighting the good fight children.
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# #
# $Id$ # $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_CONFIG_SRCDIR([src/nano.c])
AC_CANONICAL_TARGET([]) AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment