]> git.wh0rd.org Git - nano.git/commitdiff
2013-01-02 Eitan Adler <lists@eitanadler.com>
authorChris Allegretta <chrisa@asty.org>
Thu, 3 Jan 2013 04:41:41 +0000 (04:41 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 3 Jan 2013 04:41:41 +0000 (04:41 +0000)
        * src/nano.h, NEWS: Fix redundant wording

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

ChangeLog
NEWS
src/nano.h

index f35d8e1e06951c3f5d90477026dfbb0279bcc81b..0aa97fb4b84dd3471ff2e2d2b4a27df373b3d7cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2013-01-02 Eitan Adler <lists@eitanadler.com>
         * configure.ac: Remove unnecessary checks
+        * src/nano.h, NEWS: Fix redundant wording
 
 2012-12-31 Chris Allegretta <chrisa@asty.org>
         * src/*: Introduce (basic) vim-style file locks.  Does not allow vim to recover
diff --git a/NEWS b/NEWS
index c8d511830dbae54622a8bd7dcf3cb999c3e625f7..7b3856d62ea994fa5b5bbf29d6b55bb123ef149e 100644 (file)
--- a/NEWS
+++ b/NEWS
                new option to ignore rc files (-I,--ignorercfiles),
                compatibility with -pedantic, handling null characters
                before EOF, a slightly sportier nanorc.sample and more.
-                       Fixes are included included for justification,
+               Fixes are included for justification,
                the reading and writing file routines, resizing and fill
                length, millions of memory leaks, the usage screen was
-               updated, and the the --quotestr and --regexp really work
+               updated, and the --quotestr and --regexp really work
                now ;-)  Enjoy :)
 
 05/12/2002 - GNU nano 1.1.9 is released, happy Mother's Day!  This
 
 08/03/2000 - Nano 0.9.15 is the "I can't think of a release description"
                release.  There are the usual gala of display bugfixes,
-               a fix for the the nasty bug in -k mode that could create
+               a fix for the nasty bug in -k mode that could create
                a loop in the file being edited, and some other code
                cleanup.  Also, the -T option should now work regardless
                of the curses library used.  Yay.
index 28d1d042df37720e9eb45684af461ba2f3b4f5bf..221f10b92936a34bab3033f39283d71887883b25 100644 (file)
@@ -435,7 +435,7 @@ typedef struct sc {
     function_type type;
         /* What kind of function key is it for convenience later */
     int seq;
-        /* The actual sequence to check on the the type is determined */
+        /* The actual sequence to check on the type is determined */
     int menu;
         /* What list does this apply to */
     void (*scfunc)(void);