nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH] Remove duplicate word from comment


From: lists
Subject: [Nano-devel] [PATCH] Remove duplicate word from comment
Date: Mon, 7 Nov 2011 21:48:53 -0500

From: Eitan Adler <address@hidden>


Signed-off-by: Eitan Adler <address@hidden>
---
 nano/src/nano.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nano/src/nano.h b/nano/src/nano.h
index 25ee321..964377c 100644
--- a/nano/src/nano.h
+++ b/nano/src/nano.h
@@ -430,7 +430,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);
-- 
1.7.7.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]